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