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