class ChinoRuby::UserSchema

Attributes

description[RW]
groups[RW]
insert_date[RW]
is_active[RW]
last_update[RW]
structure[RW]
user_schema_id[RW]

Public Instance Methods

attributes() click to toggle source
# File lib/chino_ruby/classes.rb, line 516
def attributes
  instance_values
end
attributes=(hash) click to toggle source
# File lib/chino_ruby/classes.rb, line 510
def attributes=(hash)
  hash.each do |key, value|
    send("#{key}=", value)
  end
end
getFields() click to toggle source
# File lib/chino_ruby/classes.rb, line 520
def getFields()
  structure['fields']
end