Sha256: 6aef87867546276708d8f59b7a8fd3ec7bd85038920cb88208d6c4826c0dac34
Contents?: true
Size: 761 Bytes
Versions: 1
Compression:
Stored size: 761 Bytes
Contents
module AsposeImagingCloud # class BmpProperties < BaseObject attr_accessor :compression # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'compression' => :'Compression' } end # attribute type def self.swagger_types { :'compression' => :'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[:'Compression'] self.compression = attributes[:'Compression'] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aspose_imaging_cloud-1.0.0 | lib/aspose_imaging_cloud/models/bmp_properties.rb |