class Bob::OnboardingWizards

Public Class Methods

all() click to toggle source
# File lib/bob/api/onboarding_wizards.rb, line 5
def self.all
  response = get('onboarding/wizards')
  OnboardingWizardParser.new(response).wizards
end