class Moneybird::Service::Workflow

Private Instance Methods

path() click to toggle source
# File lib/moneybird/service/workflow.rb, line 13
def path
  "#{administration_id}/workflows"
end
resource_class() click to toggle source
# File lib/moneybird/service/workflow.rb, line 9
def resource_class
  Moneybird::Resource::Workflow
end