Class: GetGroupsResponse
- Inherits:
-
Object
- Object
- GetGroupsResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby.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.
796 797 798 |
# File 'lib/chino_ruby.rb', line 796 def count @count end |
#groups ⇒ Object
Returns the value of attribute groups.
796 797 798 |
# File 'lib/chino_ruby.rb', line 796 def groups @groups end |
#limit ⇒ Object
Returns the value of attribute limit.
796 797 798 |
# File 'lib/chino_ruby.rb', line 796 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
796 797 798 |
# File 'lib/chino_ruby.rb', line 796 def offset @offset end |
#total_count ⇒ Object
Returns the value of attribute total_count.
796 797 798 |
# File 'lib/chino_ruby.rb', line 796 def total_count @total_count end |
Instance Method Details
#attributes ⇒ Object
804 805 806 |
# File 'lib/chino_ruby.rb', line 804 def attributes instance_values end |
#attributes=(hash) ⇒ Object
798 799 800 801 802 |
# File 'lib/chino_ruby.rb', line 798 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end |