Sha256: f86c832ff11658004345f85725de8cb9df4da853634e91cd1cd83e0395bdf080

Contents?: true

Size: 128 Bytes

Versions: 12

Compression:

Stored size: 128 Bytes

Contents

class FooMapper < Alephant::Publisher::Request::DataMapper

  def data
    get "/some/test/endpoint/#{context[:foo]}"
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alephant-publisher-request-0.3.0 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.2.6 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.2.5 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.2.4 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.2.3 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.2.2 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.2.1 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.2.0 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.1.2 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.1.1 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.0.3 spec/fixtures/components/foo/mapper.rb
alephant-publisher-request-0.0.2 spec/fixtures/components/foo/mapper.rb