Class: YSM::CompanyService::Company

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v2/CompanyService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(companyID = nil, companyName = nil, companyNameFurigana = nil, createTimestamp = nil) ⇒ Company

Returns a new instance of Company.



13
14
15
16
17
18
# File 'lib/ysm4r/v2/CompanyService.rb', line 13

def initialize(companyID = nil, companyName = nil, companyNameFurigana = nil, createTimestamp = nil)
  @companyID = companyID
  @companyName = companyName
  @companyNameFurigana = companyNameFurigana
  @createTimestamp = createTimestamp
end

Instance Attribute Details

#companyIDObject

Returns the value of attribute companyID.



8
9
10
# File 'lib/ysm4r/v2/CompanyService.rb', line 8

def companyID
  @companyID
end

#companyNameObject

Returns the value of attribute companyName.



9
10
11
# File 'lib/ysm4r/v2/CompanyService.rb', line 9

def companyName
  @companyName
end

#companyNameFuriganaObject

Returns the value of attribute companyNameFurigana.



10
11
12
# File 'lib/ysm4r/v2/CompanyService.rb', line 10

def companyNameFurigana
  @companyNameFurigana
end

#createTimestampObject

Returns the value of attribute createTimestamp.



11
12
13
# File 'lib/ysm4r/v2/CompanyService.rb', line 11

def createTimestamp
  @createTimestamp
end