Class: Mailchimp::Neapolitan
- Inherits:
-
Object
- Object
- Mailchimp::Neapolitan
- Defined in:
- lib/mailchimp/api.rb
Instance Attribute Summary collapse
-
#master ⇒ Object
Returns the value of attribute master.
Instance Method Summary collapse
-
#initialize(master) ⇒ Neapolitan
constructor
A new instance of Neapolitan.
Constructor Details
#initialize(master) ⇒ Neapolitan
Returns a new instance of Neapolitan.
546 547 548 |
# File 'lib/mailchimp/api.rb', line 546 def initialize(master) @master = master end |
Instance Attribute Details
#master ⇒ Object
Returns the value of attribute master.
544 545 546 |
# File 'lib/mailchimp/api.rb', line 544 def master @master end |