Class: Cartos::Import::Cashbase
- Inherits:
-
Object
- Object
- Cartos::Import::Cashbase
- Includes:
- HTTParty
- Defined in:
- lib/cartos/import/cashbase.rb
Instance Method Summary collapse
Instance Method Details
#import ⇒ Object
8 9 10 11 12 |
# File 'lib/cartos/import/cashbase.rb', line 8 def import signin response = self.class.get "/export_all/csv" response.body end |