class Smsified::Response
Attributes
data[R]
http[R]
Public Class Methods
new(httparty)
click to toggle source
Provides the standard response for the library
@param [Object] an HTTParty result object
# File lib/smsified/response.rb, line 9 def initialize(httparty) @data = httparty.parsed_response @http = httparty.response end