Sha256: e03ac63e1c9a89691290895c357102b02fa3df60cce390f84ce59e4ac107c5d0
Contents?: true
Size: 999 Bytes
Versions: 4
Compression:
Stored size: 999 Bytes
Contents
module AsposeWordsCloud # class CommentsCollection < BaseObject attr_accessor :comment_list, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'comment_list' => :'CommentList', # :'link' => :'link' } end # attribute type def self.swagger_types { :'comment_list' => :'Array<Comment>', :'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[:'CommentList'] if (value = attributes[:'CommentList']).is_a?(Array) self.comment_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