Sha256: 60cb294a6613b98d0da8e16c535351c656bb7ad81ace56f0afc1fd28a5184b57
Contents?: true
Size: 811 Bytes
Versions: 10
Compression:
Stored size: 811 Bytes
Contents
module AsposeCellsCloud # class ColorFilter < BaseObject attr_accessor :filter_by_fill_color # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'filter_by_fill_color' => :'FilterByFillColor' } end # attribute type def self.swagger_types { :'filter_by_fill_color' => :'String' } end def initialize(attributes = {}) return if !attributes.is_a?(Hash) || attributes.empty? # convert string to symbol for hash key attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo} if attributes[:'FilterByFillColor'] self.filter_by_fill_color = attributes[:'FilterByFillColor'] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems