Method: Xendify::Client#get
- Defined in:
- lib/xendify/client.rb
#get(url, params = nil) ⇒ Object
33 34 35 36 |
# File 'lib/xendify/client.rb', line 33 def get(url, params = nil) response = @connection.get(url, params) response.body end |