Class: YSM::CompanyService::Company
- Inherits:
-
Object
- Object
- YSM::CompanyService::Company
- Defined in:
- lib/ysm4r/v2/CompanyService.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.
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
#companyID ⇒ Object
Returns the value of attribute companyID.
8 9 10 |
# File 'lib/ysm4r/v2/CompanyService.rb', line 8 def companyID @companyID end |
#companyName ⇒ Object
Returns the value of attribute companyName.
9 10 11 |
# File 'lib/ysm4r/v2/CompanyService.rb', line 9 def companyName @companyName end |
#companyNameFurigana ⇒ Object
Returns the value of attribute companyNameFurigana.
10 11 12 |
# File 'lib/ysm4r/v2/CompanyService.rb', line 10 def companyNameFurigana @companyNameFurigana end |
#createTimestamp ⇒ Object
Returns the value of attribute createTimestamp.
11 12 13 |
# File 'lib/ysm4r/v2/CompanyService.rb', line 11 def createTimestamp @createTimestamp end |