Sha256: 8fd5bec46c035ce3793a30be4a29b3d7572baba74d95b9b0597fa5be93edd2dd
Contents?: true
Size: 1002 Bytes
Versions: 10
Compression:
Stored size: 1002 Bytes
Contents
module AsposeCellsCloud # class TextItems < BaseObject attr_accessor :text_item_list, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'text_item_list' => :'TextItemList', # :'link' => :'link' } end # attribute type def self.swagger_types { :'text_item_list' => :'Array<TextItem>', :'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[:'TextItemList'] if (value = attributes[:'TextItemList']).is_a?(Array) self.text_item_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