Class: ChinoRuby::GetApplicationsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#applicationsObject

Returns the value of attribute applications.



261
262
263
# File 'lib/chino_ruby/classes.rb', line 261

def applications
  @applications
end

#countObject

Returns the value of attribute count.



261
262
263
# File 'lib/chino_ruby/classes.rb', line 261

def count
  @count
end

#limitObject

Returns the value of attribute limit.



261
262
263
# File 'lib/chino_ruby/classes.rb', line 261

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



261
262
263
# File 'lib/chino_ruby/classes.rb', line 261

def offset
  @offset
end

#total_countObject

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

#attributesObject



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