Class: ChinoRuby::GetUserSchemasResponse
- Inherits:
-
Object
- Object
- ChinoRuby::GetUserSchemasResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby/classes.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#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.
-
#user_schemas ⇒ Object
Returns the value of attribute user_schemas.
Instance Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
528 529 530 |
# File 'lib/chino_ruby/classes.rb', line 528 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
528 529 530 |
# File 'lib/chino_ruby/classes.rb', line 528 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
528 529 530 |
# File 'lib/chino_ruby/classes.rb', line 528 def offset @offset end |
#total_count ⇒ Object
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_schemas ⇒ Object
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
#attributes ⇒ Object
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 |