Class: Strikeiron::Configuration
- Inherits:
-
Object
- Object
- Strikeiron::Configuration
- Defined in:
- lib/strikeiron/configuration.rb
Overview
Configuration values for Strikeiron such as your UserID and Password.
Attributes
-
user_id
- The UserID supplied by Strikeiron for API use. -
password
- The password/key that Strikeiron supplied for API use.
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
8 9 10 |
# File 'lib/strikeiron/configuration.rb', line 8 def password @password end |
#user_id ⇒ Object
Returns the value of attribute user_id.
8 9 10 |
# File 'lib/strikeiron/configuration.rb', line 8 def user_id @user_id end |