Method: SparkApi::Models::CustomFields.find_by_property_type
- Defined in:
- lib/spark_api/models/custom_fields.rb
.find_by_property_type(card_fmt, arguments = {}) ⇒ Object
7 8 9 |
# File 'lib/spark_api/models/custom_fields.rb', line 7 def self.find_by_property_type(card_fmt, arguments={}) collect(connection.get("#{self.path}/#{card_fmt}", arguments)) end |