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.



462
463
464
# File 'lib/mailchimp/api.rb', line 462

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



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

def master
  @master
end