Sha256: 435caa7c90006624a29709b1f678da0e031f42348eb62de3ccd75eaee040baba
Contents?: true
Size: 536 Bytes
Versions: 4
Compression:
Stored size: 536 Bytes
Contents
module AsposeSlidesCloud # class Color < BaseObject attr_accessor # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { } end # attribute type def self.swagger_types { } 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} end end end
Version data entries
4 entries across 4 versions & 1 rubygems