Class: EventMachine::Smsified::Reporting

Inherits:
Base
  • Object
show all
Includes:
ReportingModule
Defined in:
lib/em-smsified/reporting.rb

Instance Attribute Summary

Attributes inherited from Base

#auth, #base_uri, #destination_address, #sender_address

Instance Method Summary collapse

Methods included from ReportingModule

#delivery_status, #retrieve_sms, #search_sms

Methods inherited from Base

#delete, #get, #post

Constructor Details

#initialize(options) ⇒ Reporting

Intantiate a new class to work with reporting

Examples:

subscription = Subscription.new :username => 'user', :password => '123'


54
55
56
# File 'lib/em-smsified/reporting.rb', line 54

def initialize(options)
  super(options)
end