Sha256: 664a21c13b2e9e3ed170bfc7aa089f3efd38496c8e4a819201d34f8afc9fb0ba
Contents?: true
Size: 708 Bytes
Versions: 4
Compression:
Stored size: 708 Bytes
Contents
module AsposeSlidesCloud # class FillFormat < BaseObject attr_accessor :type # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'type' => :'Type' } end # attribute type def self.swagger_types { :'type' => :'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[:'Type'] self.type = attributes[:'Type'] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems