Class: ChinoRuby::GetSchemasResponse

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.



854
855
856
# File 'lib/chino_ruby/classes.rb', line 854

def count
  @count
end

#limitObject

Returns the value of attribute limit.



854
855
856
# File 'lib/chino_ruby/classes.rb', line 854

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



854
855
856
# File 'lib/chino_ruby/classes.rb', line 854

def offset
  @offset
end

#schemasObject

Returns the value of attribute schemas.



854
855
856
# File 'lib/chino_ruby/classes.rb', line 854

def schemas
  @schemas
end

#total_countObject

Returns the value of attribute total_count.



854
855
856
# File 'lib/chino_ruby/classes.rb', line 854

def total_count
  @total_count
end

Instance Method Details

#attributesObject



862
863
864
# File 'lib/chino_ruby/classes.rb', line 862

def attributes
  instance_values
end

#attributes=(hash) ⇒ Object



856
857
858
859
860
# File 'lib/chino_ruby/classes.rb', line 856

def attributes=(hash)
  hash.each do |key, value|
    send("#{key}=", value)
  end
end