Class: Karper::Message::Media
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Media
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#document_attributes ⇒ Object
Returns the value of attribute document_attributes.
-
#newt ⇒ Object
Returns the value of attribute newt.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#url ⇒ Object
Returns the value of attribute url.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#document_attributes ⇒ Object
Returns the value of attribute document_attributes
21 22 23 |
# File 'lib/karper/message.rb', line 21 def document_attributes @document_attributes end |
#newt ⇒ Object
Returns the value of attribute newt
21 22 23 |
# File 'lib/karper/message.rb', line 21 def newt @newt end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
21 22 23 |
# File 'lib/karper/message.rb', line 21 def @timestamp end |
#url ⇒ Object
Returns the value of attribute url
21 22 23 |
# File 'lib/karper/message.rb', line 21 def url @url end |
#user_id ⇒ Object
Returns the value of attribute user_id
21 22 23 |
# File 'lib/karper/message.rb', line 21 def user_id @user_id end |