Class: Monobank::Connection
- Inherits:
-
Object
- Object
- Monobank::Connection
- Includes:
- HTTParty
- Defined in:
- lib/monobank/connection.rb
Instance Method Summary collapse
Instance Method Details
#get(pathname, options = {}) ⇒ Object
8 9 10 |
# File 'lib/monobank/connection.rb', line 8 def get(pathname, = {}) self.class.get(pathname, ) end |
#post(pathname, options = {}) ⇒ Object
12 13 14 |
# File 'lib/monobank/connection.rb', line 12 def post(pathname, = {}) self.class.post(pathname, ) end |