class ChinoRuby::Schema
Attributes
description[RW]
insert_date[RW]
is_active[RW]
last_update[RW]
repository_id[RW]
schema_id[RW]
structure[RW]
Public Instance Methods
attributes()
click to toggle source
# File lib/chino_ruby/classes.rb, line 842 def attributes instance_values end
attributes=(hash)
click to toggle source
# File lib/chino_ruby/classes.rb, line 836 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 846 def getFields() structure['fields'] end