Class: Messenger::Parameters::Optin
- Inherits:
-
Object
- Object
- Messenger::Parameters::Optin
- Includes:
- Callback
- Defined in:
- lib/messenger/parameters/optin.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Method Summary collapse
-
#initialize(ref:) ⇒ Optin
constructor
A new instance of Optin.
Methods included from Callback
Constructor Details
#initialize(ref:) ⇒ Optin
Returns a new instance of Optin.
8 9 10 |
# File 'lib/messenger/parameters/optin.rb', line 8 def initialize(ref:) @ref = ref end |
Instance Attribute Details
#ref ⇒ Object
Returns the value of attribute ref.
6 7 8 |
# File 'lib/messenger/parameters/optin.rb', line 6 def ref @ref end |