Class: Octoparts::Model::AggregateResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/octoparts/model/aggregate_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#response_metaObject

Returns the value of attribute response_meta.



4
5
6
# File 'lib/octoparts/model/aggregate_response.rb', line 4

def response_meta
  @response_meta
end

#responsesObject

Returns the value of attribute responses.



4
5
6
# File 'lib/octoparts/model/aggregate_response.rb', line 4

def responses
  @responses
end