Class: GetSchemasResponse
- Inherits:
-
Object
- Object
- GetSchemasResponse
- 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.
-
#schemas ⇒ Object
Returns the value of attribute schemas.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Instance Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
910 911 912 |
# File 'lib/chino_ruby.rb', line 910 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
910 911 912 |
# File 'lib/chino_ruby.rb', line 910 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
910 911 912 |
# File 'lib/chino_ruby.rb', line 910 def offset @offset end |
#schemas ⇒ Object
Returns the value of attribute schemas.
910 911 912 |
# File 'lib/chino_ruby.rb', line 910 def schemas @schemas end |
#total_count ⇒ Object
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
#attributes ⇒ Object
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 |