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
-
#byte_size ⇒ Object
Returns the value of attribute byte_size.
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#full_url ⇒ Object
Returns the value of attribute full_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#room_id ⇒ Object
Returns the value of attribute room_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Method Summary
Methods included from Instantiator
Instance Attribute Details
#byte_size ⇒ Object
Returns the value of attribute byte_size
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def byte_size @byte_size end |
#connection ⇒ Object
Returns the value of attribute connection
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def connection @connection end |
#content_type ⇒ Object
Returns the value of attribute content_type
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def content_type @content_type end |
#created_at ⇒ Object
Returns the value of attribute created_at
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def created_at @created_at end |
#full_url ⇒ Object
Returns the value of attribute full_url
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def full_url @full_url end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def id @id end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def name @name end |
#room_id ⇒ Object
Returns the value of attribute room_id
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def room_id @room_id end |
#user_id ⇒ Object
Returns the value of attribute user_id
2 3 4 |
# File 'lib/firering/data/upload.rb', line 2 def user_id @user_id end |