Class: InitBlobResponse

Inherits:
CheckValues show all
Includes:
ActiveModel::Serializers::JSON
Defined in:
lib/chino_ruby.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.



1442
1443
1444
# File 'lib/chino_ruby.rb', line 1442

def expire_date
  @expire_date
end

#offsetObject

Returns the value of attribute offset.



1442
1443
1444
# File 'lib/chino_ruby.rb', line 1442

def offset
  @offset
end

#upload_idObject

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

#attributesObject



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