Class: BookingstudioRuby::WebService::Facility
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::Facility
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/Facility
id - SOAP::SOAPInt
measurementType - BookingstudioRuby::WebService::MeasurementTypes
internalName - SOAP::SOAPString
name - SOAP::SOAPString
shortDescription - SOAP::SOAPString
image - BookingstudioRuby::WebService::Image
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#internalName ⇒ Object
Returns the value of attribute internalName.
-
#measurementType ⇒ Object
Returns the value of attribute measurementType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
Instance Method Summary collapse
-
#initialize(id = nil, measurementType = nil, internalName = nil, name = nil, shortDescription = nil, image = nil) ⇒ Facility
constructor
A new instance of Facility.
Constructor Details
#initialize(id = nil, measurementType = nil, internalName = nil, name = nil, shortDescription = nil, image = nil) ⇒ Facility
Returns a new instance of Facility.
78 79 80 81 82 83 84 85 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 78 def initialize(id = nil, measurementType = nil, internalName = nil, name = nil, shortDescription = nil, image = nil) @id = id @measurementType = measurementType @internalName = internalName @name = name @shortDescription = shortDescription @image = image end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
71 72 73 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 71 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
76 77 78 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 76 def image @image end |
#internalName ⇒ Object
Returns the value of attribute internalName.
73 74 75 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 73 def internalName @internalName end |
#measurementType ⇒ Object
Returns the value of attribute measurementType.
72 73 74 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 72 def measurementType @measurementType end |
#name ⇒ Object
Returns the value of attribute name.
74 75 76 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 74 def name @name end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
75 76 77 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 75 def shortDescription @shortDescription end |