Class: ChinoRuby::GetUserSchemasResponse

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.



528
529
530
# File 'lib/chino_ruby/classes.rb', line 528

def count
  @count
end

#limitObject

Returns the value of attribute limit.



528
529
530
# File 'lib/chino_ruby/classes.rb', line 528

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



528
529
530
# File 'lib/chino_ruby/classes.rb', line 528

def offset
  @offset
end

#total_countObject

Returns the value of attribute total_count.



528
529
530
# File 'lib/chino_ruby/classes.rb', line 528

def total_count
  @total_count
end

#user_schemasObject

Returns the value of attribute user_schemas.



528
529
530
# File 'lib/chino_ruby/classes.rb', line 528

def user_schemas
  @user_schemas
end

Instance Method Details

#attributesObject



536
537
538
# File 'lib/chino_ruby/classes.rb', line 536

def attributes
  instance_values
end

#attributes=(hash) ⇒ Object



530
531
532
533
534
# File 'lib/chino_ruby/classes.rb', line 530

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