class ChinoRuby::Repository

Attributes

description[RW]
insert_date[RW]
is_active[RW]
last_update[RW]
repository_id[RW]

Public Instance Methods

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