Module: Legion::Team::CostAttribution
- Defined in:
- lib/legion/team/cost_attribution.rb
Class Method Summary collapse
Class Method Details
.tag(metadata = {}) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/legion/team/cost_attribution.rb', line 6 def self.tag( = {}) .merge( team: Legion::Team.current, user: Legion::Settings.dig(:team, :user) || ENV.fetch('USER', nil) ) end |