Class: SmswayApi::Method::Balance

Inherits:
SmswayApi::Method show all
Defined in:
lib/smsway_api/method/balance.rb

Instance Method Summary collapse

Methods inherited from SmswayApi::Method

#build_xml, #http_verb, #parse_response

Instance Method Details

#parse(response) ⇒ Object



7
8
9
# File 'lib/smsway_api/method/balance.rb', line 7

def parse response
  Hash.from_xml(response)
end

#uriObject



3
4
5
# File 'lib/smsway_api/method/balance.rb', line 3

def uri
  'xml/balance.php'
end