Class: Tenkit::Config
- Inherits:
-
Object
- Object
- Tenkit::Config
- Defined in:
- lib/tenkit/config.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#key_id ⇒ Object
Returns the value of attribute key_id.
-
#service_id ⇒ Object
Returns the value of attribute service_id.
-
#team_id ⇒ Object
Returns the value of attribute team_id.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
5 6 7 |
# File 'lib/tenkit/config.rb', line 5 def key @key end |
#key_id ⇒ Object
Returns the value of attribute key_id.
5 6 7 |
# File 'lib/tenkit/config.rb', line 5 def key_id @key_id end |
#service_id ⇒ Object
Returns the value of attribute service_id.
5 6 7 |
# File 'lib/tenkit/config.rb', line 5 def service_id @service_id end |
#team_id ⇒ Object
Returns the value of attribute team_id.
5 6 7 |
# File 'lib/tenkit/config.rb', line 5 def team_id @team_id end |