Class: Rlocu::Venue::Delivery

Inherits:
Struct
  • Object
show all
Defined in:
lib/rlocu/venue.rb

Overview

skipping Locu object for now

Instance Attribute Summary collapse

Instance Attribute Details

#areasObject

Returns the value of attribute areas

Returns:

  • (Object)

    the current value of areas



7
8
9
# File 'lib/rlocu/venue.rb', line 7

def areas
  @areas
end

#hoursObject

Returns the value of attribute hours

Returns:

  • (Object)

    the current value of hours



7
8
9
# File 'lib/rlocu/venue.rb', line 7

def hours
  @hours
end

#minimum_orderObject

Returns the value of attribute minimum_order

Returns:

  • (Object)

    the current value of minimum_order



7
8
9
# File 'lib/rlocu/venue.rb', line 7

def minimum_order
  @minimum_order
end

#will_deliverObject

Returns the value of attribute will_deliver

Returns:

  • (Object)

    the current value of will_deliver



7
8
9
# File 'lib/rlocu/venue.rb', line 7

def will_deliver
  @will_deliver
end