Elong::API::Base
Elong Global Hotel Core API Class
Elong
Hotel
Core
API
The Global Hotel Order section
Order
@return [Elong::API::GHotel::Order]
# File lib/elong/api/ghotel/core.rb, line 17 def order @order ||= Elong::API::GHotel::Order.new(@client) end
The Global Hotel Search section
Search
@return [Elong::API::GHotel::Search]
# File lib/elong/api/ghotel/core.rb, line 10 def search @search ||= Elong::API::GHotel::Search.new(@client) end