Class: Verso::OccupationList

Inherits:
Base
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable, HTTPGettable
Defined in:
lib/verso/occupation_list.rb

Overview

Occupation list resource

Search Occupation objects using free text. Result is a collection of OccupationData objects containing relevant Occupation objects.

Examples:

Search by free text

ods = Verso::OccupationList.new(:text => "golf") # => golf-related ODs

Options Hash (attrs):

  • :text (String)

    Free text

See Also:

Instance Attribute Summary

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Verso::Base