Class: Neuron::Client::S3File

Inherits:
Object
  • Object
show all
Includes:
Connected
Defined in:
lib/neuron-client/s3_file.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Connected

#attributes, #destroy, included, #initialize, #new_record?, #save, #to_hash, #update_attributes

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket.



7
8
9
# File 'lib/neuron-client/s3_file.rb', line 7

def bucket
  @bucket
end

#created_atObject

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

#filenameObject

Returns the value of attribute filename.



7
8
9
# File 'lib/neuron-client/s3_file.rb', line 7

def filename
  @filename
end

#purposeObject

Returns the value of attribute purpose.



7
8
9
# File 'lib/neuron-client/s3_file.rb', line 7

def purpose
  @purpose
end

#updated_atObject

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