Class: Neuron::Client::S3File
- Includes:
- Connected
- Defined in:
- lib/neuron-client/s3_file.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#purpose ⇒ Object
Returns the value of attribute purpose.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods included from Connected
#attributes, #destroy, included, #initialize, #new_record?, #save, #to_hash, #update_attributes
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket.
7 8 9 |
# File 'lib/neuron-client/s3_file.rb', line 7 def bucket @bucket end |
#created_at ⇒ Object
Returns the value of attribute created_at.
7 8 9 |
# File 'lib/neuron-client/s3_file.rb', line 7 def created_at @created_at end |
#filename ⇒ Object
Returns the value of attribute filename.
7 8 9 |
# File 'lib/neuron-client/s3_file.rb', line 7 def filename @filename end |
#purpose ⇒ Object
Returns the value of attribute purpose.
7 8 9 |
# File 'lib/neuron-client/s3_file.rb', line 7 def purpose @purpose end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
7 8 9 |
# File 'lib/neuron-client/s3_file.rb', line 7 def updated_at @updated_at end |