Class: Texy::Configuration::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/texy/configuration/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#abbreviationObject (readonly)

Returns the value of attribute abbreviation.



8
9
10
# File 'lib/texy/configuration/client.rb', line 8

def abbreviation
  @abbreviation
end

#configurationObject (readonly)

Returns the value of attribute configuration.



6
7
8
# File 'lib/texy/configuration/client.rb', line 6

def configuration
  @configuration
end

#nameObject (readonly)

Returns the value of attribute name.



8
9
10
# File 'lib/texy/configuration/client.rb', line 8

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number.



9
10
11
# File 'lib/texy/configuration/client.rb', line 9

def number
  @number
end

#principalObject (readonly)

Returns the value of attribute principal.



12
13
14
# File 'lib/texy/configuration/client.rb', line 12

def principal
  @principal
end

#rateObject (readonly)

Returns the value of attribute rate.



11
12
13
# File 'lib/texy/configuration/client.rb', line 11

def rate
  @rate
end

#rate_multiplierObject (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_nameObject (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

#signerObject (readonly)

Returns the value of attribute signer.



12
13
14
# File 'lib/texy/configuration/client.rb', line 12

def signer
  @signer
end

#system_nameObject (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