Class: Bob::OnboardingWizards

Inherits:
API
  • Object
show all
Defined in:
lib/bob/api/onboarding_wizards.rb

Constant Summary

Constants inherited from API

API::BASE_URL, API::SANDBOX_URL

Class Method Summary collapse

Methods inherited from API

authorization_header, build_url, content_headers, create_csv, delete, get, post, post_file, post_media, put

Class Method Details

.allObject



5
6
7
8
# File 'lib/bob/api/onboarding_wizards.rb', line 5

def self.all
  response = get('onboarding/wizards')
  OnboardingWizardParser.new(response).wizards
end