Class: AsposeSlidesCloud::ThreeDFormat
- Inherits:
-
BaseObject
- Object
- BaseObject
- AsposeSlidesCloud::ThreeDFormat
- Defined in:
- lib/aspose_slides_cloud/models/three_d_format.rb
Overview
ThreeDFormat
Instance Attribute Summary collapse
-
#bevel_bottom ⇒ Object
Type of a bottom 3D bevel.
-
#bevel_top ⇒ Object
Type of a top 3D bevel.
-
#camera ⇒ Object
Camera.
-
#contour_color ⇒ Object
Contour color.
-
#contour_width ⇒ Object
Contour width.
-
#depth ⇒ Object
Depth.
-
#extrusion_color ⇒ Object
Extrusion color.
-
#extrusion_height ⇒ Object
Extrusion height.
-
#light_rig ⇒ Object
Light rig.
-
#material ⇒ Object
Material.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ ThreeDFormat
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Methods inherited from BaseObject
#_deserialize, #_to_hash, #build_from_hash, #to_body, #to_hash, #to_s
Constructor Details
#initialize(attributes = {}) ⇒ ThreeDFormat
Initializes the object
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 92 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'BevelBottom') self.bevel_bottom = attributes[:'BevelBottom'] end if attributes.has_key?(:'BevelTop') self.bevel_top = attributes[:'BevelTop'] end if attributes.has_key?(:'Camera') self.camera = attributes[:'Camera'] end if attributes.has_key?(:'ContourColor') self.contour_color = attributes[:'ContourColor'] end if attributes.has_key?(:'ContourWidth') self.contour_width = attributes[:'ContourWidth'] end if attributes.has_key?(:'Depth') self.depth = attributes[:'Depth'] end if attributes.has_key?(:'ExtrusionColor') self.extrusion_color = attributes[:'ExtrusionColor'] end if attributes.has_key?(:'ExtrusionHeight') self.extrusion_height = attributes[:'ExtrusionHeight'] end if attributes.has_key?(:'LightRig') self.light_rig = attributes[:'LightRig'] end if attributes.has_key?(:'Material') self.material = attributes[:'Material'] end end |
Instance Attribute Details
#bevel_bottom ⇒ Object
Type of a bottom 3D bevel.
29 30 31 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 29 def bevel_bottom @bevel_bottom end |
#bevel_top ⇒ Object
Type of a top 3D bevel.
32 33 34 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 32 def bevel_top @bevel_top end |
#camera ⇒ Object
Camera
35 36 37 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 35 def camera @camera end |
#contour_color ⇒ Object
Contour color
38 39 40 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 38 def contour_color @contour_color end |
#contour_width ⇒ Object
Contour width
41 42 43 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 41 def contour_width @contour_width end |
#depth ⇒ Object
Depth
44 45 46 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 44 def depth @depth end |
#extrusion_color ⇒ Object
Extrusion color
47 48 49 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 47 def extrusion_color @extrusion_color end |
#extrusion_height ⇒ Object
Extrusion height
50 51 52 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 50 def extrusion_height @extrusion_height end |
#light_rig ⇒ Object
Light rig
53 54 55 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 53 def light_rig @light_rig end |
#material ⇒ Object
Material
56 57 58 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 56 def material @material end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 59 def self.attribute_map { :'bevel_bottom' => :'BevelBottom', :'bevel_top' => :'BevelTop', :'camera' => :'Camera', :'contour_color' => :'ContourColor', :'contour_width' => :'ContourWidth', :'depth' => :'Depth', :'extrusion_color' => :'ExtrusionColor', :'extrusion_height' => :'ExtrusionHeight', :'light_rig' => :'LightRig', :'material' => :'Material', } end |
.swagger_types ⇒ Object
Attribute type mapping.
75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 75 def self.swagger_types { :'bevel_bottom' => :'ShapeBevel', :'bevel_top' => :'ShapeBevel', :'camera' => :'Camera', :'contour_color' => :'String', :'contour_width' => :'Float', :'depth' => :'Float', :'extrusion_color' => :'String', :'extrusion_height' => :'Float', :'light_rig' => :'LightRig', :'material' => :'String', } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 166 def ==(o) return true if self.equal?(o) self.class == o.class && bevel_bottom == o.bevel_bottom && bevel_top == o.bevel_top && camera == o.camera && contour_color == o.contour_color && contour_width == o.contour_width && depth == o.depth && extrusion_color == o.extrusion_color && extrusion_height == o.extrusion_height && light_rig == o.light_rig && material == o.material end |
#eql?(o) ⇒ Boolean
183 184 185 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 183 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
189 190 191 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 189 def hash [bevel_bottom, bevel_top, camera, contour_color, contour_width, depth, extrusion_color, extrusion_height, light_rig, material].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
141 142 143 144 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 141 def list_invalid_properties invalid_properties = Array.new invalid_properties end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
148 149 150 151 152 |
# File 'lib/aspose_slides_cloud/models/three_d_format.rb', line 148 def valid? material_validator = EnumAttributeValidator.new('String', ['Clear', 'DkEdge', 'Flat', 'LegacyMatte', 'LegacyMetal', 'LegacyPlastic', 'LegacyWireframe', 'Matte', 'Metal', 'Plastic', 'Powder', 'SoftEdge', 'Softmetal', 'TranslucentPowder', 'WarmMatte', 'NotDefined']) return false unless material_validator.valid?(@material) true end |