Class: BookingstudioRuby::WebService::BoardType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



48
49
50
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 48

def id
  @id
end

#internalNameObject

Returns the value of attribute internalName.



49
50
51
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 49

def internalName
  @internalName
end

#nameObject

Returns the value of attribute name.



50
51
52
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 50

def name
  @name
end