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