Class: GetSchemasResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



910
911
912
# File 'lib/chino_ruby.rb', line 910

def count
  @count
end

#limitObject

Returns the value of attribute limit.



910
911
912
# File 'lib/chino_ruby.rb', line 910

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



910
911
912
# File 'lib/chino_ruby.rb', line 910

def offset
  @offset
end

#schemasObject

Returns the value of attribute schemas.



910
911
912
# File 'lib/chino_ruby.rb', line 910

def schemas
  @schemas
end

#total_countObject

Returns the value of attribute total_count.



910
911
912
# File 'lib/chino_ruby.rb', line 910

def total_count
  @total_count
end

Instance Method Details

#attributesObject



918
919
920
# File 'lib/chino_ruby.rb', line 918

def attributes
    instance_values
end

#attributes=(hash) ⇒ Object



912
913
914
915
916
# File 'lib/chino_ruby.rb', line 912

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