Class: Xberg::OrientationResult
- Inherits:
-
Object
- Object
- Xberg::OrientationResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#confidence ⇒ Float
readonly
Returns the value of attribute confidence.
-
#degrees ⇒ Integer
readonly
Returns the value of attribute degrees.
Instance Method Summary collapse
-
#initialize ⇒ OrientationResult
constructor
A new instance of OrientationResult.
Constructor Details
#initialize ⇒ OrientationResult
Returns a new instance of OrientationResult.
2133 |
# File 'sig/types.rbs', line 2133
def initialize: (degrees: Integer, confidence: Float) -> void
|
Instance Attribute Details
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def confidence @confidence end |
#degrees ⇒ Integer (readonly)
Returns the value of attribute degrees.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def degrees @degrees end |