class ChinoRuby::GetApplicationsResponse

Attributes

applications[RW]
count[RW]
limit[RW]
offset[RW]
total_count[RW]

Public Instance Methods

attributes() click to toggle source
# File lib/chino_ruby/classes.rb, line 269
def attributes
  instance_values
end
attributes=(hash) click to toggle source
# File lib/chino_ruby/classes.rb, line 263
def attributes=(hash)
  hash.each do |key, value|
    send("#{key}=", value)
  end
end