Class: Octoparts::Model::ResponseMeta
- Inherits:
-
Object
- Object
- Octoparts::Model::ResponseMeta
- Defined in:
- lib/octoparts/model/response_meta.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#process_time ⇒ Object
Returns the value of attribute process_time.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/octoparts/model/response_meta.rb', line 4 def id @id end |
#process_time ⇒ Object
Returns the value of attribute process_time.
4 5 6 |
# File 'lib/octoparts/model/response_meta.rb', line 4 def process_time @process_time end |