Class: Texy::Configuration::Company
- Inherits:
-
Object
- Object
- Texy::Configuration::Company
- Defined in:
- lib/texy/configuration/company.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
readonly
Returns the value of attribute configuration.
-
#principal ⇒ Object
readonly
Returns the value of attribute principal.
-
#signer ⇒ Object
readonly
Returns the value of attribute signer.
Instance Method Summary collapse
-
#initialize(company_configuration) ⇒ Company
constructor
A new instance of Company.
Constructor Details
#initialize(company_configuration) ⇒ Company
Returns a new instance of Company.
9 10 11 12 13 |
# File 'lib/texy/configuration/company.rb', line 9 def initialize(company_configuration) @configuration = company_configuration extract_people end |
Instance Attribute Details
#configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
6 7 8 |
# File 'lib/texy/configuration/company.rb', line 6 def configuration @configuration end |
#principal ⇒ Object (readonly)
Returns the value of attribute principal.
7 8 9 |
# File 'lib/texy/configuration/company.rb', line 7 def principal @principal end |
#signer ⇒ Object (readonly)
Returns the value of attribute signer.
7 8 9 |
# File 'lib/texy/configuration/company.rb', line 7 def signer @signer end |