Class: Texy::Configuration::Client
- Inherits:
-
Object
- Object
- Texy::Configuration::Client
- Defined in:
- lib/texy/configuration/client.rb
Instance Attribute Summary collapse
-
#abbreviation ⇒ Object
readonly
Returns the value of attribute abbreviation.
-
#configuration ⇒ Object
readonly
Returns the value of attribute configuration.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#principal ⇒ Object
readonly
Returns the value of attribute principal.
-
#rate ⇒ Object
readonly
Returns the value of attribute rate.
-
#rate_multiplier ⇒ Object
readonly
Returns the value of attribute rate_multiplier.
-
#short_name ⇒ Object
readonly
Returns the value of attribute short_name.
-
#signer ⇒ Object
readonly
Returns the value of attribute signer.
-
#system_name ⇒ Object
readonly
Returns the value of attribute system_name.
Instance Method Summary collapse
-
#initialize(client_configuration) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize(client_configuration) ⇒ Client
Returns a new instance of Client.
14 15 16 17 18 19 20 |
# File 'lib/texy/configuration/client.rb', line 14 def initialize(client_configuration) @configuration = client_configuration extract_basic_info extract_people extract_rate end |
Instance Attribute Details
#abbreviation ⇒ Object (readonly)
Returns the value of attribute abbreviation.
8 9 10 |
# File 'lib/texy/configuration/client.rb', line 8 def abbreviation @abbreviation end |
#configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
6 7 8 |
# File 'lib/texy/configuration/client.rb', line 6 def configuration @configuration end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
8 9 10 |
# File 'lib/texy/configuration/client.rb', line 8 def name @name end |
#number ⇒ Object (readonly)
Returns the value of attribute number.
9 10 11 |
# File 'lib/texy/configuration/client.rb', line 9 def number @number end |
#principal ⇒ Object (readonly)
Returns the value of attribute principal.
12 13 14 |
# File 'lib/texy/configuration/client.rb', line 12 def principal @principal end |
#rate ⇒ Object (readonly)
Returns the value of attribute rate.
11 12 13 |
# File 'lib/texy/configuration/client.rb', line 11 def rate @rate end |
#rate_multiplier ⇒ Object (readonly)
Returns the value of attribute rate_multiplier.
11 12 13 |
# File 'lib/texy/configuration/client.rb', line 11 def rate_multiplier @rate_multiplier end |
#short_name ⇒ Object (readonly)
Returns the value of attribute short_name.
8 9 10 |
# File 'lib/texy/configuration/client.rb', line 8 def short_name @short_name end |
#signer ⇒ Object (readonly)
Returns the value of attribute signer.
12 13 14 |
# File 'lib/texy/configuration/client.rb', line 12 def signer @signer end |
#system_name ⇒ Object (readonly)
Returns the value of attribute system_name.
10 11 12 |
# File 'lib/texy/configuration/client.rb', line 10 def system_name @system_name end |