Module: MainsmsApi::Common
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
5 6 7 |
# File 'lib/mainsms_api/common.rb', line 5 def response @response ||= Hashie::Mash.new(JSON.parse(response_body)) end |
5 6 7 |
# File 'lib/mainsms_api/common.rb', line 5 def response @response ||= Hashie::Mash.new(JSON.parse(response_body)) end |