Method: CTM::MessageList#initialize

Defined in:
lib/ctm/message_list.rb

#initialize(options = {}, token = nil) ⇒ MessageList

Returns a new instance of MessageList.



3
4
5
6
# File 'lib/ctm/message_list.rb', line 3

def initialize(options={}, token=nil)
  super('Message', options, token)
  @list_type_path = "accounts/#{@account_id}/sms"
end