class ChinoRuby::Application

Attributes

app_id[RW]
app_name[RW]
app_secret[RW]
client_type[RW]
grant_type[RW]
redirect_url[RW]

Public Instance Methods

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