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.
615 616 617 |
# File 'lib/mailchimp/api.rb', line 615 def initialize(master) @master = master end |
Instance Attribute Details
#master ⇒ Object
Returns the value of attribute master.
613 614 615 |
# File 'lib/mailchimp/api.rb', line 613 def master @master end |