Class: Tenkit::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/tenkit/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



5
6
7
# File 'lib/tenkit/config.rb', line 5

def key
  @key
end

#key_idObject

Returns the value of attribute key_id.



5
6
7
# File 'lib/tenkit/config.rb', line 5

def key_id
  @key_id
end

#service_idObject

Returns the value of attribute service_id.



5
6
7
# File 'lib/tenkit/config.rb', line 5

def service_id
  @service_id
end

#team_idObject

Returns the value of attribute team_id.



5
6
7
# File 'lib/tenkit/config.rb', line 5

def team_id
  @team_id
end