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.
2030 |
# File 'sig/types.rbs', line 2030
def initialize: (degrees: Integer, confidence: Float) -> void
|
Instance Attribute Details
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def confidence @confidence end |
#degrees ⇒ Integer (readonly)
Returns the value of attribute degrees.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def degrees @degrees end |