class ChinoRuby::Blob

Attributes

blob_id[RW]
bytes[RW]
document_id[RW]
md5[RW]
sha1[RW]

Public Instance Methods

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