Sha256: 0b27e39a48fd975b1be302e213eeee306308442496c1b62ac3dd84cdf2780d16

Contents?: true

Size: 185 Bytes

Versions: 4

Compression:

Stored size: 185 Bytes

Contents

module Spigot::Mapping::Post
  def self.basic
    Spigot.service(:github) do
      resource 'wrapper/post' do
        title :title
        body :description
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spigot-0.3.3 spec/fixtures/mappings/post_map.rb
spigot-0.3.2 spec/fixtures/mappings/post_map.rb
spigot-0.3.1 spec/fixtures/mappings/post_map.rb
spigot-0.3.0 spec/fixtures/mappings/post_map.rb