Class: ChinoRuby::InitBlobResponse
- Inherits:
-
CheckValues
- Object
- CheckValues
- ChinoRuby::InitBlobResponse
- Includes:
- ActiveModel::Serializers::JSON
- Defined in:
- lib/chino_ruby/classes.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.
1448 1449 1450 |
# File 'lib/chino_ruby/classes.rb', line 1448 def expire_date @expire_date end |
#offset ⇒ Object
Returns the value of attribute offset.
1448 1449 1450 |
# File 'lib/chino_ruby/classes.rb', line 1448 def offset @offset end |
#upload_id ⇒ Object
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
#attributes ⇒ Object
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 |