class Monobank::Connection
Public Instance Methods
get(pathname, options = {})
click to toggle source
# File lib/monobank/connection.rb, line 8 def get(pathname, options = {}) self.class.get(pathname, options) end
post(pathname, options = {})
click to toggle source
# File lib/monobank/connection.rb, line 12 def post(pathname, options = {}) self.class.post(pathname, options) end