Class: BookingstudioRuby::WebService::BoardType
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::BoardType
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/BoardType
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) ⇒ BoardType
constructor
A new instance of BoardType.
Constructor Details
#initialize(id = nil, internalName = nil, name = nil) ⇒ BoardType
Returns a new instance of BoardType.
52 53 54 55 56 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 52 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.
48 49 50 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 48 def id @id end |
#internalName ⇒ Object
Returns the value of attribute internalName.
49 50 51 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 49 def internalName @internalName end |
#name ⇒ Object
Returns the value of attribute name.
50 51 52 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 50 def name @name end |