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( = {}) response = Fastbill::Automatic.request("#{self.name.split("::").last.downcase}.get", ) results_from(response) end |