Class: Aws::Types::ArcAxisDisplayRange
- Inherits:
-
Object
- Object
- Aws::Types::ArcAxisDisplayRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#min ⇒ ::Float
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ ::Float
Returns the value of attribute max.
375 376 377 |
# File 'sig/types.rbs', line 375 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
374 375 376 |
# File 'sig/types.rbs', line 374 def min @min end |