Class: Firering::Upload
- Inherits:
-
Struct
- Object
- Struct
- Firering::Upload
- Extended by:
- Instantiator
- Defined in:
- lib/firering/data/upload.rb,
lib/firering/data/upload.rb
Instance Attribute Summary (collapse)
-
- (Object) byte_size
Returns the value of attribute byte_size.
-
- (Object) connection
Returns the value of attribute connection.
-
- (Object) content_type
Returns the value of attribute content_type.
-
- (Object) created_at
Returns the value of attribute created_at.
-
- (Object) full_url
Returns the value of attribute full_url.
-
- (Object) id
Returns the value of attribute id.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) room_id
Returns the value of attribute room_id.
-
- (Object) user_id
Returns the value of attribute user_id.
Method Summary
Methods included from Instantiator
Instance Attribute Details
- (Object) byte_size
Returns the value of attribute byte_size
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def byte_size @byte_size end |
- (Object) connection
Returns the value of attribute connection
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def connection @connection end |
- (Object) content_type
Returns the value of attribute content_type
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def content_type @content_type end |
- (Object) created_at
Returns the value of attribute created_at
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def created_at @created_at end |
- (Object) full_url
Returns the value of attribute full_url
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def full_url @full_url end |
- (Object) id
Returns the value of attribute id
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def id @id end |
- (Object) name
Returns the value of attribute name
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def name @name end |
- (Object) room_id
Returns the value of attribute room_id
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def room_id @room_id end |
- (Object) user_id
Returns the value of attribute user_id
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def user_id @user_id end |