Class: RakutenWebService::Travel::Resource

Inherits:
Resource
  • Object
show all
Defined in:
lib/rakuten_web_service/travel/resource.rb

Direct Known Subclasses

AreaClass::Base, Hotel

Instance Attribute Summary

Attributes inherited from Resource

#params

Class Method Summary collapse

Methods inherited from Resource

#==, #[], all, attribute, #attributes, endpoint, #get_attribute, inherited, #initialize, parser, subclasses

Constructor Details

This class inherits a constructor from RakutenWebService::Resource

Class Method Details

.search(options) ⇒ Object



7
8
9
# File 'lib/rakuten_web_service/travel/resource.rb', line 7

def self.search(options)
  RakutenWebService::Travel::SearchResult.new(options, self)
end