Class: ChinoRuby::GetGroupsResponse

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Serializers::JSON
Defined in:
lib/chino_ruby/classes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



740
741
742
# File 'lib/chino_ruby/classes.rb', line 740

def count
  @count
end

#groupsObject

Returns the value of attribute groups.



740
741
742
# File 'lib/chino_ruby/classes.rb', line 740

def groups
  @groups
end

#limitObject

Returns the value of attribute limit.



740
741
742
# File 'lib/chino_ruby/classes.rb', line 740

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



740
741
742
# File 'lib/chino_ruby/classes.rb', line 740

def offset
  @offset
end

#total_countObject

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

#attributesObject



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