Class: BookingstudioRuby::WebService::Location
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::Location
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/Location
id - SOAP::SOAPInt
parentLocationId - SOAP::SOAPInt
internalName - SOAP::SOAPString
name - SOAP::SOAPString
shortDescription - SOAP::SOAPString
longDescription - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#internalName ⇒ Object
Returns the value of attribute internalName.
-
#longDescription ⇒ Object
Returns the value of attribute longDescription.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parentLocationId ⇒ Object
Returns the value of attribute parentLocationId.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
Instance Method Summary collapse
-
#initialize(id = nil, parentLocationId = nil, internalName = nil, name = nil, shortDescription = nil, longDescription = nil) ⇒ Location
constructor
A new instance of Location.
Constructor Details
#initialize(id = nil, parentLocationId = nil, internalName = nil, name = nil, shortDescription = nil, longDescription = nil) ⇒ Location
Returns a new instance of Location.
117 118 119 120 121 122 123 124 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 117 def initialize(id = nil, parentLocationId = nil, internalName = nil, name = nil, shortDescription = nil, longDescription = nil) @id = id @parentLocationId = parentLocationId @internalName = internalName @name = name @shortDescription = shortDescription @longDescription = longDescription end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
110 111 112 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 110 def id @id end |
#internalName ⇒ Object
Returns the value of attribute internalName.
112 113 114 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 112 def internalName @internalName end |
#longDescription ⇒ Object
Returns the value of attribute longDescription.
115 116 117 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 115 def longDescription @longDescription end |
#name ⇒ Object
Returns the value of attribute name.
113 114 115 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 113 def name @name end |
#parentLocationId ⇒ Object
Returns the value of attribute parentLocationId.
111 112 113 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 111 def parentLocationId @parentLocationId end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
114 115 116 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 114 def shortDescription @shortDescription end |