Class: GetApplicationsResponse
- Inherits:
-
Object
- Object
- GetApplicationsResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby.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.
330 331 332 |
# File 'lib/chino_ruby.rb', line 330 def applications @applications end |
#count ⇒ Object
Returns the value of attribute count.
330 331 332 |
# File 'lib/chino_ruby.rb', line 330 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
330 331 332 |
# File 'lib/chino_ruby.rb', line 330 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
330 331 332 |
# File 'lib/chino_ruby.rb', line 330 def offset @offset end |
#total_count ⇒ Object
Returns the value of attribute total_count.
330 331 332 |
# File 'lib/chino_ruby.rb', line 330 def total_count @total_count end |
Instance Method Details
#attributes ⇒ Object
338 339 340 |
# File 'lib/chino_ruby.rb', line 338 def attributes instance_values end |
#attributes=(hash) ⇒ Object
332 333 334 335 336 |
# File 'lib/chino_ruby.rb', line 332 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end |