Module: Fastbill::Automatic::Services::Get::ClassMethods

Defined in:
lib/fastbill-automatic/services/get.rb

Instance Method Summary collapse

Instance Method Details

#get(options = {}) ⇒ Object



7
8
9
10
# File 'lib/fastbill-automatic/services/get.rb', line 7

def get(options = {})
  response = Fastbill::Automatic.request("#{self.name.split("::").last.downcase}.get", options)
  results_from(response)
end