Class: ChinoRuby::InitBlobResponse

Inherits:
CheckValues show all
Includes:
ActiveModel::Serializers::JSON
Defined in:
lib/chino_ruby/classes.rb

Overview

——————————BLOBS———————————–#

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CheckValues

#check_boolean, #check_int, #check_json, #check_string

Instance Attribute Details

#expire_dateObject

Returns the value of attribute expire_date.



1448
1449
1450
# File 'lib/chino_ruby/classes.rb', line 1448

def expire_date
  @expire_date
end

#offsetObject

Returns the value of attribute offset.



1448
1449
1450
# File 'lib/chino_ruby/classes.rb', line 1448

def offset
  @offset
end

#upload_idObject

Returns the value of attribute upload_id.



1448
1449
1450
# File 'lib/chino_ruby/classes.rb', line 1448

def upload_id
  @upload_id
end

Instance Method Details

#attributesObject



1456
1457
1458
# File 'lib/chino_ruby/classes.rb', line 1456

def attributes
  instance_values
end

#attributes=(hash) ⇒ Object



1450
1451
1452
1453
1454
# File 'lib/chino_ruby/classes.rb', line 1450

def attributes=(hash)
  hash.each do |key, value|
    send("#{key}=", value)
  end
end