Sha256: 8137c568a29a62a950d4602609c90011850658bf4b6a8d48bc72f40c3c707e1c
Contents?: true
Size: 944 Bytes
Versions: 1
Compression:
Stored size: 944 Bytes
Contents
module AsposeWordsCloud # class BordersCollection < BaseObject attr_accessor :list, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'list' => :'List', # :'link' => :'link' } end # attribute type def self.swagger_types { :'list' => :'Array<Border>', :'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[:'List'] if (value = attributes[:'List']).is_a?(Array) self.list = value end end if attributes[:'link'] self.link = attributes[:'link'] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aspose_words_cloud-1.0.3 | lib/aspose_words_cloud/models/borders_collection.rb |