Sha256: 2123b5ce89e1d4edb6c16429c32984d8141ff1b980aed76879ba185b4e7bd699
Contents?: true
Size: 892 Bytes
Versions: 4
Compression:
Stored size: 892 Bytes
Contents
module AsposeWordsCloud # class NodeLink < BaseObject attr_accessor :node_id, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'node_id' => :'NodeId', # :'link' => :'link' } end # attribute type def self.swagger_types { :'node_id' => :'String', :'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[:'NodeId'] self.node_id = attributes[:'NodeId'] end if attributes[:'link'] self.link = attributes[:'link'] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems