Class: SageWorld::Configuration
- Inherits:
-
Object
- Object
- SageWorld::Configuration
- Defined in:
- lib/sage_world/configuration.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#end_point ⇒ Object
Returns the value of attribute end_point.
-
#log_data ⇒ Object
Returns the value of attribute log_data.
-
#login ⇒ Object
Returns the value of attribute login.
-
#password ⇒ Object
Returns the value of attribute password.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
4 5 6 |
# File 'lib/sage_world/configuration.rb', line 4 def account_id @account_id end |
#end_point ⇒ Object
Returns the value of attribute end_point.
4 5 6 |
# File 'lib/sage_world/configuration.rb', line 4 def end_point @end_point end |
#log_data ⇒ Object
Returns the value of attribute log_data.
4 5 6 |
# File 'lib/sage_world/configuration.rb', line 4 def log_data @log_data end |
#login ⇒ Object
Returns the value of attribute login.
4 5 6 |
# File 'lib/sage_world/configuration.rb', line 4 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/sage_world/configuration.rb', line 4 def password @password end |
#version ⇒ Object
Returns the value of attribute version.
4 5 6 |
# File 'lib/sage_world/configuration.rb', line 4 def version @version end |