Class: InitBlobResponse
- Inherits:
-
CheckValues
- Object
- CheckValues
- InitBlobResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby.rb
Overview
——————————BLOBS———————————–#
Instance Attribute Summary collapse
-
#expire_date ⇒ Object
Returns the value of attribute expire_date.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#upload_id ⇒ Object
Returns the value of attribute upload_id.
Instance Method Summary collapse
Methods inherited from CheckValues
#check_boolean, #check_int, #check_json, #check_string
Instance Attribute Details
#expire_date ⇒ Object
Returns the value of attribute expire_date.
1442 1443 1444 |
# File 'lib/chino_ruby.rb', line 1442 def expire_date @expire_date end |
#offset ⇒ Object
Returns the value of attribute offset.
1442 1443 1444 |
# File 'lib/chino_ruby.rb', line 1442 def offset @offset end |
#upload_id ⇒ Object
Returns the value of attribute upload_id.
1442 1443 1444 |
# File 'lib/chino_ruby.rb', line 1442 def upload_id @upload_id end |
Instance Method Details
#attributes ⇒ Object
1450 1451 1452 |
# File 'lib/chino_ruby.rb', line 1450 def attributes instance_values end |
#attributes=(hash) ⇒ Object
1444 1445 1446 1447 1448 |
# File 'lib/chino_ruby.rb', line 1444 def attributes=(hash) hash.each do |key, value| send("#{key}=", value) end end |