Class: Yuso::Yubin

Inherits:
Object
  • Object
show all
Defined in:
lib/yuso/yubin.rb,
lib/yuso/yubin/mapping.rb,
lib/yuso/yubin/shipping_fee.rb

Defined Under Namespace

Classes: Mapping, ShippingFee

Class Method Summary collapse

Class Method Details

.delivery_time_periodsObject



4
5
6
7
8
9
10
11
12
13
# File 'lib/yuso/yubin.rb', line 4

def self.delivery_time_periods
  [
    DeliveryTimePeriod.new(company: 'yubin', period: '08:00 - 12:00'),
    DeliveryTimePeriod.new(company: 'yubin', period: '12:00 - 14:00'),
    DeliveryTimePeriod.new(company: 'yubin', period: '14:00 - 16:00'),
    DeliveryTimePeriod.new(company: 'yubin', period: '16:00 - 18:00'),
    DeliveryTimePeriod.new(company: 'yubin', period: '18:00 - 20:00'),
    DeliveryTimePeriod.new(company: 'yubin', period: '20:00 - 21:00')
  ]
end