class Splinter::OOOTypes
Public Class Methods
find(type_id)
click to toggle source
# File lib/splinter/ooo_types.rb, line 9 def self.find(type_id) get("ooo_types/#{type_id}") end
get_all(params = {})
click to toggle source
# File lib/splinter/ooo_types.rb, line 5 def self.get_all(params = {}) paginated_get('ooo_types', params) end