Sha256: 15597895727d6d35b0de2bcc3bc0c5c2291fdc419bb683a7d0e85afe2134d0a7
Contents?: true
Size: 908 Bytes
Versions: 7
Compression:
Stored size: 908 Bytes
Contents
module AsposeCellsCloud # class SortKey < BaseObject attr_accessor :key, :sort_order # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'key' => :'Key', # :'sort_order' => :'SortOrder' } end # attribute type def self.swagger_types { :'key' => :'Integer', :'sort_order' => :'String' } 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[:'Key'] self.key = attributes[:'Key'] end if attributes[:'SortOrder'] self.sort_order = attributes[:'SortOrder'] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems