Class: Mailchimp::Mobile

Inherits:
Object
  • Object
show all
Defined in:
lib/mailchimp/api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(master) ⇒ Mobile

Returns a new instance of Mobile.



459
460
461
# File 'lib/mailchimp/api.rb', line 459

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



457
458
459
# File 'lib/mailchimp/api.rb', line 457

def master
  @master
end