Class: Senrigan::Entities::Attachment

Inherits:
Base
  • Object
show all
Defined in:
lib/senrigan/entities/attachment.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Senrigan::Entities::Base

Instance Attribute Details

#textObject

Returns the value of attribute text.



6
7
8
# File 'lib/senrigan/entities/attachment.rb', line 6

def text
  @text
end

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/senrigan/entities/attachment.rb', line 6

def title
  @title
end

Returns the value of attribute title_link.



6
7
8
# File 'lib/senrigan/entities/attachment.rb', line 6

def title_link
  @title_link
end