Class: YSM::MasterAccountService::Company
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::Company
- Defined in:
- lib/ysm4r/v2/MasterAccountService.rb
Overview
Instance Attribute Summary collapse
-
#companyID ⇒ Object
Returns the value of attribute companyID.
-
#companyName ⇒ Object
Returns the value of attribute companyName.
-
#companyNameFurigana ⇒ Object
Returns the value of attribute companyNameFurigana.
-
#createTimestamp ⇒ Object
Returns the value of attribute createTimestamp.
Instance Method Summary collapse
-
#initialize(companyID = nil, companyName = nil, companyNameFurigana = nil, createTimestamp = nil) ⇒ Company
constructor
A new instance of Company.
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
#companyID ⇒ Object
Returns the value of attribute companyID.
44 45 46 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 44 def companyID @companyID end |
#companyName ⇒ Object
Returns the value of attribute companyName.
45 46 47 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 45 def companyName @companyName end |
#companyNameFurigana ⇒ Object
Returns the value of attribute companyNameFurigana.
46 47 48 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 46 def companyNameFurigana @companyNameFurigana end |
#createTimestamp ⇒ Object
Returns the value of attribute createTimestamp.
47 48 49 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 47 def createTimestamp @createTimestamp end |