lib/namely/connection.rb in namely-0.1.0 vs lib/namely/connection.rb in namely-0.2.1

- old
+ new

@@ -55,9 +55,16 @@ # @return [Collection] def job_tiers collection("job_tiers") end + # Return a Collection of job titles. + # + # @return [Collection] + def job_titles + collection("job_titles") + end + # Return a Collection of profiles. # # @return [Collection] def profiles collection("profiles")