Method: SparkApi::Models::PropertyTypes.all

Defined in:
lib/spark_api/models/property_types.rb

.all(options = {}) ⇒ Object



6
7
8
# File 'lib/spark_api/models/property_types.rb', line 6

def self.all(options={})
  collect(connection.get("#{path}/all", options))
end