Class: MessageQuickly::Messaging::Button
- Defined in:
- lib/message_quickly/messaging/button.rb
Direct Known Subclasses
AccountLinkButton, AccountUnlinkButton, PostbackButton, WebUrlButton
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from MessageQuickly::Messaging::Base
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/message_quickly/messaging/button.rb', line 5 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/message_quickly/messaging/button.rb', line 5 def type @type end |