Class: BookingstudioRuby::WebService::LodgingUnitTypeCategory

Inherits:
Object
  • Object
show all
Defined in:
lib/bookingstudio_ruby/web_service/search_service.rb

Overview

/LodgingUnitTypeCategory

id - SOAP::SOAPInt
internalName - SOAP::SOAPString
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, internalName = nil, name = nil) ⇒ LodgingUnitTypeCategory

Returns a new instance of LodgingUnitTypeCategory.



160
161
162
163
164
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 160

def initialize(id = nil, internalName = nil, name = nil)
  @id = id
  @internalName = internalName
  @name = name
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



156
157
158
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 156

def id
  @id
end

#internalNameObject

Returns the value of attribute internalName.



157
158
159
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 157

def internalName
  @internalName
end

#nameObject

Returns the value of attribute name.



158
159
160
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 158

def name
  @name
end