Class: GetApplicationsResponse

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Serializers::JSON
Defined in:
lib/chino_ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#applicationsObject

Returns the value of attribute applications.



330
331
332
# File 'lib/chino_ruby.rb', line 330

def applications
  @applications
end

#countObject

Returns the value of attribute count.



330
331
332
# File 'lib/chino_ruby.rb', line 330

def count
  @count
end

#limitObject

Returns the value of attribute limit.



330
331
332
# File 'lib/chino_ruby.rb', line 330

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



330
331
332
# File 'lib/chino_ruby.rb', line 330

def offset
  @offset
end

#total_countObject

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

#attributesObject



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