Sha256: 723e57fa4c77ea16e50f019d093c382517669aa670d17677524427f39aeda877
Contents?: true
Size: 1.01 KB
Versions: 10
Compression:
Stored size: 1.01 KB
Contents
module AsposeCellsCloud # class WorksheetMovingRequest < BaseObject attr_accessor :destination_worksheet, :position # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'destination_worksheet' => :'DestinationWorksheet', # :'position' => :'Position' } end # attribute type def self.swagger_types { :'destination_worksheet' => :'String', :'position' => :'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[:'DestinationWorksheet'] self.destination_worksheet = attributes[:'DestinationWorksheet'] end if attributes[:'Position'] self.position = attributes[:'Position'] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems