class SparkApi::Models::Rule
Public Class Methods
for_property_type(property_type, args={})
click to toggle source
# File lib/spark_api/models/rule.rb, line 7 def self.for_property_type(property_type, args={}) collect(connection.get("/listings/rules/propertytypes/#{property_type}", args)) end