class SparkApi::Models::PropertyTypes

Public Class Methods

all(options={}) click to toggle source
# File lib/spark_api/models/property_types.rb, line 6
def self.all(options={})
  collect(connection.get("#{path}/all", options))
end