Sha256: 11087c64ff8f905ff16b6255bbbffa1fcdccf90b228fdee2db04f7e2aefa0a70

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

module AsposeTasksCloud
  # 
  class OutlineMask < BaseObject
    attr_accessor :level, :type, :length, :separator
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'level' => :'Level',
        
        # 
        :'type' => :'Type',
        
        # 
        :'length' => :'Length',
        
        # 
        :'separator' => :'Separator'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'level' => :'Integer',
        :'type' => :'String',
        :'length' => :'Integer',
        :'separator' => :'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[:'Level']
        self.level = attributes[:'Level']
      end
      
      if attributes[:'Type']
        self.type = attributes[:'Type']
      end
      
      if attributes[:'Length']
        self.length = attributes[:'Length']
      end
      
      if attributes[:'Separator']
        self.separator = attributes[:'Separator']
      end
      
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aspose_tasks_cloud-1.0.2 lib/aspose_tasks_cloud/models/outline_mask.rb
aspose_tasks_cloud-1.0.1 lib/aspose_tasks_cloud/models/outline_mask.rb
aspose_tasks_cloud-1.0.0 lib/aspose_tasks_cloud/models/outline_mask.rb