Module: Iugu::APIFetch::ClassMethods

Defined in:
lib/iugu/api_fetch.rb

Instance Method Summary collapse

Instance Method Details

#fetch(options = nil) ⇒ Object



13
14
15
# File 'lib/iugu/api_fetch.rb', line 13

def fetch(options = nil)
  Iugu::Factory.create_from_response self.object_type, APIRequest.request("GET", self.url(options))
end