Class: Mailchimp::Mobile
- Inherits:
-
Object
- Object
- Mailchimp::Mobile
- Defined in:
- lib/mailchimp/api.rb
Instance Attribute Summary collapse
-
#master ⇒ Object
Returns the value of attribute master.
Instance Method Summary collapse
-
#initialize(master) ⇒ Mobile
constructor
A new instance of Mobile.
Constructor Details
#initialize(master) ⇒ Mobile
Returns a new instance of Mobile.
462 463 464 |
# File 'lib/mailchimp/api.rb', line 462 def initialize(master) @master = master end |
Instance Attribute Details
#master ⇒ Object
Returns the value of attribute master.
460 461 462 |
# File 'lib/mailchimp/api.rb', line 460 def master @master end |