Class: Senrigan::Entities::Attachment
- Defined in:
- lib/senrigan/entities/attachment.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
-
#title ⇒ Object
Returns the value of attribute title.
-
#title_link ⇒ Object
Returns the value of attribute title_link.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Senrigan::Entities::Base
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
6 7 8 |
# File 'lib/senrigan/entities/attachment.rb', line 6 def text @text end |
#title ⇒ Object
Returns the value of attribute title.
6 7 8 |
# File 'lib/senrigan/entities/attachment.rb', line 6 def title @title end |
#title_link ⇒ Object
Returns the value of attribute title_link.
6 7 8 |
# File 'lib/senrigan/entities/attachment.rb', line 6 def title_link @title_link end |