Class: IqSMS::Response::Senders

Inherits:
IqSMS::Response show all
Defined in:
lib/iqsms/response/senders.rb

Instance Attribute Summary

Attributes inherited from IqSMS::Response

#hash, #original_response, #status

Instance Method Summary collapse

Methods inherited from IqSMS::Response

#initialize

Constructor Details

This class inherits a constructor from IqSMS::Response

Instance Method Details

#sendersObject



4
5
6
# File 'lib/iqsms/response/senders.rb', line 4

def senders
  Array(@hash[:senders])
end