Class: YSM::MasterAccountService::Company

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v2/MasterAccountService.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.



49
50
51
52
53
54
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 49

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.



44
45
46
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 44

def companyID
  @companyID
end

#companyNameObject

Returns the value of attribute companyName.



45
46
47
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 45

def companyName
  @companyName
end

#companyNameFuriganaObject

Returns the value of attribute companyNameFurigana.



46
47
48
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 46

def companyNameFurigana
  @companyNameFurigana
end

#createTimestampObject

Returns the value of attribute createTimestamp.



47
48
49
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 47

def createTimestamp
  @createTimestamp
end