Class: Lalamove::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/lalamove/service.rb

Overview

Service

Class Method Summary collapse

Class Method Details

.quotation(payload) ⇒ Object



8
9
10
# File 'lib/lalamove/service.rb', line 8

def self.quotation(payload)
  Helper.request('/v2/quotations', payload, 'POST')
end