Class: AutotaskRuby::Configuration
- Inherits:
-
Object
- Object
- AutotaskRuby::Configuration
- Defined in:
- lib/autotask_ruby/configuration.rb
Instance Attribute Summary collapse
-
#integration_code ⇒ Object
Returns the value of attribute integration_code.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 12 13 |
# File 'lib/autotask_ruby/configuration.rb', line 9 def initialize @integration_code = nil @version = 1.5 @namespace = 'http://autotask.net/ATWS/v1_5/' end |
Instance Attribute Details
#integration_code ⇒ Object
Returns the value of attribute integration_code.
5 6 7 |
# File 'lib/autotask_ruby/configuration.rb', line 5 def integration_code @integration_code end |
#namespace ⇒ Object
Returns the value of attribute namespace.
7 8 9 |
# File 'lib/autotask_ruby/configuration.rb', line 7 def namespace @namespace end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/autotask_ruby/configuration.rb', line 6 def version @version end |