Class: Karper::Message::CreateMedia
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::CreateMedia
- 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.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#document_attributes ⇒ Object
Returns the value of attribute document_attributes
20 21 22 |
# File 'lib/karper/message.rb', line 20 def document_attributes @document_attributes end |
#newt ⇒ Object
Returns the value of attribute newt
20 21 22 |
# File 'lib/karper/message.rb', line 20 def newt @newt end |
#url ⇒ Object
Returns the value of attribute url
20 21 22 |
# File 'lib/karper/message.rb', line 20 def url @url end |