Method: Rubyists::Linear::WorkflowState#to_s

Defined in:
lib/linear/models/workflow_state.rb

#to_sObject



24
25
26
# File 'lib/linear/models/workflow_state.rb', line 24

def to_s
  format('%<name>-12s %<type>s', name:, type:)
end