Class: Gillbus::ReserveTickets::Request
- Inherits:
-
TicketsBooking::Request
- Object
- BaseRequest
- TicketsBooking::Request
- Gillbus::ReserveTickets::Request
- Defined in:
- lib/gillbus/reserve_tickets.rb
Constant Summary
Constants inherited from TicketsBooking::Request
TicketsBooking::Request::METHOD_ACQUIRING, TicketsBooking::Request::METHOD_CARD, TicketsBooking::Request::METHOD_CASH, TicketsBooking::Request::METHOD_NOCASH, TicketsBooking::Request::METHOD_SERVICE
Instance Attribute Summary
Attributes inherited from TicketsBooking::Request
#apply_discount, #external_id, #mail_address, #note, #order_id, #passengers, #payment_method, #phone_number, #return_link, #send_to, #terminal_number, #ticket_locale, #user_uuid
Instance Method Summary collapse
Methods inherited from TicketsBooking::Request
Methods inherited from BaseRequest
Constructor Details
This class inherits a constructor from Gillbus::BaseRequest
Instance Method Details
#path ⇒ Object
6 |
# File 'lib/gillbus/reserve_tickets.rb', line 6 def path; '/online2/reserveTickets' end |