Class: MailchimpAPI::AccountInformation
- Defined in:
- lib/mailchimp_api/resources/account_information.rb
Class Method Summary collapse
Methods inherited from Base
activate_session, exists?, headers, reset_session, #to_h
Class Method Details
.find(*arguments) ⇒ Object
9 10 11 12 13 14 15 16 17 18 |
# File 'lib/mailchimp_api/resources/account_information.rb', line 9 def find(*arguments) scope = arguments.slice!(0) = arguments.slice!(0) || {} , = [:params] path = element_path scope, , instantiate_record format.decode(connection.get(path, headers).body), end |