Sha256: 21f8203d34705261d1ebe44f6e930e558c9f760bae338fe2d9a87efecee8ad08

Contents?: true

Size: 168 Bytes

Versions: 5

Compression:

Stored size: 168 Bytes

Contents

class ProductionCompanyCollectionResponse < CollectionResponse
  def initialize
    self.results = [ProductionCompanyCollectionResourceResponse.new]
    super
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enceladus-0.0.8 spec/support/responses/production_company_collection_response.rb
enceladus-0.0.7 spec/support/responses/production_company_collection_response.rb
enceladus-0.0.6 spec/support/responses/production_company_collection_response.rb
enceladus-0.0.5 spec/support/responses/production_company_collection_response.rb
enceladus-0.0.4 spec/support/responses/production_company_collection_response.rb