Sha256: 1786ded10f45bebb8ee57dd15cd6bda1193a1ea802bed44c44d3b0df9340b8f9
Contents?: true
Size: 1020 Bytes
Versions: 10
Compression:
Stored size: 1020 Bytes
Contents
module AsposeCellsCloud # class DrawingAutoShapes < BaseObject attr_accessor :auto_shape_list, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'auto_shape_list' => :'AutoShapeList', # :'link' => :'link' } end # attribute type def self.swagger_types { :'auto_shape_list' => :'Array<LinkElement>', :'link' => :'Link' } 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[:'AutoShapeList'] if (value = attributes[:'AutoShapeList']).is_a?(Array) self.auto_shape_list = value end end if attributes[:'link'] self.link = attributes[:'link'] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems