Class: BookingstudioRuby::WebService::LodgingUnitTypeCategory
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::LodgingUnitTypeCategory
- 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
-
#id ⇒ Object
Returns the value of attribute id.
-
#internalName ⇒ Object
Returns the value of attribute internalName.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(id = nil, internalName = nil, name = nil) ⇒ LodgingUnitTypeCategory
constructor
A new instance of LodgingUnitTypeCategory.
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
#id ⇒ Object
Returns the value of attribute id.
156 157 158 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 156 def id @id end |
#internalName ⇒ Object
Returns the value of attribute internalName.
157 158 159 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 157 def internalName @internalName end |
#name ⇒ Object
Returns the value of attribute name.
158 159 160 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 158 def name @name end |