Sha256: 8c74fe7be7d8421f1d1ddfa99bad8b52096f51bcb81e3448c9c444321e0e5130
Contents?: true
Size: 1 KB
Versions: 10
Compression:
Stored size: 1 KB
Contents
module AsposeCellsCloud # class PivotPivotTables < BaseObject attr_accessor :pivot_table_list, :link # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'pivot_table_list' => :'PivotTableList', # :'link' => :'link' } end # attribute type def self.swagger_types { :'pivot_table_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[:'PivotTableList'] if (value = attributes[:'PivotTableList']).is_a?(Array) self.pivot_table_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