Class: GetCollectionsResponse
- Inherits:
-
Object
- Object
- GetCollectionsResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby.rb
Instance Attribute Summary collapse
-
#collections ⇒ Object
Returns the value of attribute collections.
-
#count ⇒ Object
Returns the value of attribute count.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Instance Method Summary collapse
Instance Attribute Details
#collections ⇒ Object
Returns the value of attribute collections.
1105 1106 1107 |
# File 'lib/chino_ruby.rb', line 1105 def collections @collections end |
#count ⇒ Object
Returns the value of attribute count.
1105 1106 1107 |
# File 'lib/chino_ruby.rb', line 1105 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
1105 1106 1107 |
# File 'lib/chino_ruby.rb', line 1105 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
1105 1106 1107 |
# File 'lib/chino_ruby.rb', line 1105 def offset @offset end |
#total_count ⇒ Object
Returns the value of attribute total_count.
1105 1106 1107 |
# File 'lib/chino_ruby.rb', line 1105 def total_count @total_count end |
Instance Method Details
#attributes ⇒ Object
1113 1114 1115 |
# File 'lib/chino_ruby.rb', line 1113 def attributes instance_values end |
#attributes=(hash) ⇒ Object
1107 1108 1109 1110 1111 |
# File 'lib/chino_ruby.rb', line 1107 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end |