Class: ChinoRuby::GetApplicationsResponse
- Inherits:
-
Object
- Object
- ChinoRuby::GetApplicationsResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby/classes.rb
Instance Attribute Summary collapse
-
#applications ⇒ Object
Returns the value of attribute applications.
-
#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.
Instance Method Summary collapse
Instance Attribute Details
#applications ⇒ Object
Returns the value of attribute applications.
261 262 263 |
# File 'lib/chino_ruby/classes.rb', line 261 def applications @applications end |
#count ⇒ Object
Returns the value of attribute count.
261 262 263 |
# File 'lib/chino_ruby/classes.rb', line 261 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
261 262 263 |
# File 'lib/chino_ruby/classes.rb', line 261 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
261 262 263 |
# File 'lib/chino_ruby/classes.rb', line 261 def offset @offset end |
#total_count ⇒ Object
Returns the value of attribute total_count.
261 262 263 |
# File 'lib/chino_ruby/classes.rb', line 261 def total_count @total_count end |
Instance Method Details
#attributes ⇒ Object
269 270 271 |
# File 'lib/chino_ruby/classes.rb', line 269 def attributes instance_values end |
#attributes=(hash) ⇒ Object
263 264 265 266 267 |
# File 'lib/chino_ruby/classes.rb', line 263 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end |