Class: MessageQuickly::Messaging::Button

Inherits:
Base
  • Object
show all
Defined in:
lib/message_quickly/messaging/button.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from MessageQuickly::Messaging::Base

Instance Attribute Details

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/message_quickly/messaging/button.rb', line 5

def title
  @title
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/message_quickly/messaging/button.rb', line 5

def type
  @type
end