class ChinoRuby::GetBlobResponse
Attributes
blob_id[RW]
filename[RW]
md5[RW]
path[RW]
sha1[RW]
size[RW]
Public Instance Methods
attributes()
click to toggle source
# File lib/chino_ruby/classes.rb, line 1488 def attributes instance_values end
attributes=(hash)
click to toggle source
# File lib/chino_ruby/classes.rb, line 1482 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end