Sha256: 2d07991a06518d6eb721acd60f0843ca9565dfdab9158328d0917d6e6172cb43
Contents?: true
Size: 783 Bytes
Versions: 6
Compression:
Stored size: 783 Bytes
Contents
module AsposeCellsCloud # class TasksData < BaseObject attr_accessor :tasks # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'tasks' => :'Tasks' } end # attribute type def self.swagger_types { :'tasks' => :'Array<TaskDescription>' } 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[:'Tasks'] if (value = attributes[:'Tasks']).is_a?(Array) self.tasks = value end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems