Module: SeatSelector

Defined in:
lib/seat_selector.rb,
lib/seat_selector/seat.rb,
lib/seat_selector/venue.rb,
lib/seat_selector/finder.rb,
lib/seat_selector/parser.rb,
lib/seat_selector/version.rb,
lib/seat_selector/alpha_converter.rb

Defined Under Namespace

Classes: AlphaConverter, Finder, Parser, Seat, Venue

Constant Summary collapse

VERSION =
'0.1.2'.freeze

Class Method Summary collapse

Class Method Details

.parse(json_str) ⇒ Object



5
6
7
# File 'lib/seat_selector.rb', line 5

def self.parse(json_str)
  Parser.parse(json_str)
end