Sha256: b95530426df5b559ad2539b4120d5b261ce62df6d09c5702a44250e538f8ff61
Contents?: true
Size: 1000 Bytes
Versions: 10
Compression:
Stored size: 1000 Bytes
Contents
module AsposeCellsCloud # class DrawingPictures < BaseObject attr_accessor :picture_list, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'picture_list' => :'PictureList', # :'link' => :'link' } end # attribute type def self.swagger_types { :'picture_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[:'PictureList'] if (value = attributes[:'PictureList']).is_a?(Array) self.picture_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