Sha256: 1eff36729fcfcea5879787ea1fd0cac5232d48799644448cea0b3326c8785e51
Contents?: true
Size: 364 Bytes
Versions: 30
Compression:
Stored size: 364 Bytes
Contents
module SparkApi module Models class Fields < Base self.element_name="fields" def self.order(property_type=nil, arguments={}) connection.get("#{self.path}/order#{"/"+property_type unless property_type.nil?}", arguments) end def self.settings connection.get("#{self.path}/order/settings") end end end end
Version data entries
30 entries across 30 versions & 1 rubygems