class Supai::PickupWindow

Public Class Methods

new(hash) click to toggle source
# File lib/supai/pickup_window.rb, line 5
def initialize(hash)
  set_attributes(hash)
end

Public Instance Methods

range() click to toggle source
# File lib/supai/pickup_window.rb, line 9
def range
  start_time..end_time
end