Class: Monobank::Connection

Inherits:
Object
  • Object
show all
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, options = {})
  self.class.get(pathname, options)
end

#post(pathname, options = {}) ⇒ Object



12
13
14
# File 'lib/monobank/connection.rb', line 12

def post(pathname, options = {})
  self.class.post(pathname, options)
end