Class: GetUserSchemasResponse
- Inherits:
-
Object
- Object
- GetUserSchemasResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby.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.
597 598 599 |
# File 'lib/chino_ruby.rb', line 597 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
597 598 599 |
# File 'lib/chino_ruby.rb', line 597 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
597 598 599 |
# File 'lib/chino_ruby.rb', line 597 def offset @offset end |
#total_count ⇒ Object
Returns the value of attribute total_count.
597 598 599 |
# File 'lib/chino_ruby.rb', line 597 def total_count @total_count end |
#user_schemas ⇒ Object
Returns the value of attribute user_schemas.
597 598 599 |
# File 'lib/chino_ruby.rb', line 597 def user_schemas @user_schemas end |
Instance Method Details
#attributes ⇒ Object
605 606 607 |
# File 'lib/chino_ruby.rb', line 605 def attributes instance_values end |
#attributes=(hash) ⇒ Object
599 600 601 602 603 |
# File 'lib/chino_ruby.rb', line 599 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end |