Class: ChinoRuby::GetGroupsResponse
- Inherits:
-
Object
- Object
- ChinoRuby::GetGroupsResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby/classes.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#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
#count ⇒ Object
Returns the value of attribute count.
740 741 742 |
# File 'lib/chino_ruby/classes.rb', line 740 def count @count end |
#groups ⇒ Object
Returns the value of attribute groups.
740 741 742 |
# File 'lib/chino_ruby/classes.rb', line 740 def groups @groups end |
#limit ⇒ Object
Returns the value of attribute limit.
740 741 742 |
# File 'lib/chino_ruby/classes.rb', line 740 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
740 741 742 |
# File 'lib/chino_ruby/classes.rb', line 740 def offset @offset end |
#total_count ⇒ Object
Returns the value of attribute total_count.
740 741 742 |
# File 'lib/chino_ruby/classes.rb', line 740 def total_count @total_count end |
Instance Method Details
#attributes ⇒ Object
748 749 750 |
# File 'lib/chino_ruby/classes.rb', line 748 def attributes instance_values end |
#attributes=(hash) ⇒ Object
742 743 744 745 746 |
# File 'lib/chino_ruby/classes.rb', line 742 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end |