Class: Cartos::Import::Cashbase

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/cartos/import/cashbase.rb

Instance Method Summary collapse

Instance Method Details

#importObject



8
9
10
11
12
# File 'lib/cartos/import/cashbase.rb', line 8

def import
  
  response = self.class.get "/export_all/csv"
  response.body
end