Sha256: 5c4391bc552b1b19c8de1c9262533f7beb8b6d83004403be2a530d64ae58a9e3
Contents?: true
Size: 964 Bytes
Versions: 4
Compression:
Stored size: 964 Bytes
Contents
module AsposeSlidesCloud # class PresentationToMerge < BaseObject attr_accessor :path, :slides # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'path' => :'Path', # :'slides' => :'Slides' } end # attribute type def self.swagger_types { :'path' => :'String', :'slides' => :'Array<Integer>' } 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[:'Path'] self.path = attributes[:'Path'] end if attributes[:'Slides'] if (value = attributes[:'Slides']).is_a?(Array) self.slides = value end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems