class EventMachine::Smsified::Reporting
Public Class Methods
new(options)
click to toggle source
Intantiate a new class to work with reporting
@example
subscription = Subscription.new :username => 'user', :password => '123'
Calls superclass method
EventMachine::Smsified::Base::new
# File lib/em-smsified/reporting.rb, line 54 def initialize(options) super(options) end