class ChinoRuby::Collection
Attributes
collection_id[RW]
insert_date[RW]
is_active[RW]
last_update[RW]
name[RW]
Public Instance Methods
attributes()
click to toggle source
# File lib/chino_ruby/classes.rb, line 1041 def attributes instance_values end
attributes=(hash)
click to toggle source
# File lib/chino_ruby/classes.rb, line 1035 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end