Method: Postmen::Rate.all
- Defined in:
- lib/postmen/rate.rb
.all(options = {}) ⇒ RateCollection
Returns all rates
15 16 17 |
# File 'lib/postmen/rate.rb', line 15 def self.all( = {}) RateCollection.all() end |
Returns all rates
15 16 17 |
# File 'lib/postmen/rate.rb', line 15 def self.all( = {}) RateCollection.all() end |