Sha256: 9c54502418c1bd4d00446ad5e3320e31427ede342c6ab5f3bd5ec0719e18c642
Contents?: true
Size: 1007 Bytes
Versions: 4
Compression:
Stored size: 1007 Bytes
Contents
module AsposeWordsCloud # class Hyperlinks < BaseObject attr_accessor :hyperlink_list, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'hyperlink_list' => :'HyperlinkList', # :'link' => :'link' } end # attribute type def self.swagger_types { :'hyperlink_list' => :'Array<Hyperlink>', :'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[:'HyperlinkList'] if (value = attributes[:'HyperlinkList']).is_a?(Array) self.hyperlink_list = value end end if attributes[:'link'] self.link = attributes[:'link'] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems