Sha256: f15e5211c2d984fc5505feb81d9616c58e0eb91e16e2a9369472633840ca0483
Contents?: true
Size: 993 Bytes
Versions: 10
Compression:
Stored size: 993 Bytes
Contents
module AsposeCellsCloud # class Comments < 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<LinkElement>', :'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
10 entries across 10 versions & 1 rubygems