class AflTeamwork::Configuration
Attributes
project_id[RW]
teamwork_api_key[RW]
teamwork_name[RW]
Public Class Methods
new()
click to toggle source
# File lib/afl_teamwork.rb, line 26 def initialize @teamwork_name = "teamwork-name" @teamwork_api_key = "xxx" @project_id = "123456" end