class Elong::API::GHotel::Core

Elong Global Hotel Core API Class

Public Instance Methods

order() click to toggle source

The Global Hotel Order section

@return [Elong::API::GHotel::Order]

# File lib/elong/api/ghotel/core.rb, line 17
def order
  @order ||= Elong::API::GHotel::Order.new(@client)
end