Sha256: f8d4ba239ccf3341a10e58a98aac569707f5b89c67c02eab44f45a5e76f33de0

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

module AsposeSlidesCloud
  # 
  class ArrowHeadProperties < BaseObject
    attr_accessor :length, :style, :width
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'length' => :'Length',
        
        # 
        :'style' => :'Style',
        
        # 
        :'width' => :'Width'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'length' => :'String',
        :'style' => :'String',
        :'width' => :'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[:'Length']
        self.length = attributes[:'Length']
      end
      
      if attributes[:'Style']
        self.style = attributes[:'Style']
      end
      
      if attributes[:'Width']
        self.width = attributes[:'Width']
      end
      
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aspose_slides_cloud-1.0.3 lib/aspose_slides_cloud/models/arrow_head_properties.rb
aspose_slides_cloud-1.0.2 lib/aspose_slides_cloud/models/arrow_head_properties.rb
aspose_slides_cloud-1.0.1 lib/aspose_slides_cloud/models/arrow_head_properties.rb
aspose_slides_cloud-1.0.0 lib/aspose_slides_cloud/models/arrow_head_properties.rb