Class: Velix::Modules::Onboarding::Result
- Inherits:
-
Data
- Object
- Data
- Velix::Modules::Onboarding::Result
- Defined in:
- lib/velix/modules/onboarding.rb
Instance Attribute Summary collapse
-
#embedding_id ⇒ Object
readonly
Returns the value of attribute embedding_id.
-
#enrolled ⇒ Object
readonly
Returns the value of attribute enrolled.
-
#frames_processed ⇒ Object
readonly
Returns the value of attribute frames_processed.
-
#frames_results ⇒ Object
readonly
Returns the value of attribute frames_results.
-
#identity_id ⇒ Object
readonly
Returns the value of attribute identity_id.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#person_id ⇒ Object
readonly
Returns the value of attribute person_id.
Instance Attribute Details
#embedding_id ⇒ Object (readonly)
Returns the value of attribute embedding_id
7 8 9 |
# File 'lib/velix/modules/onboarding.rb', line 7 def @embedding_id end |
#enrolled ⇒ Object (readonly)
Returns the value of attribute enrolled
7 8 9 |
# File 'lib/velix/modules/onboarding.rb', line 7 def enrolled @enrolled end |
#frames_processed ⇒ Object (readonly)
Returns the value of attribute frames_processed
7 8 9 |
# File 'lib/velix/modules/onboarding.rb', line 7 def frames_processed @frames_processed end |
#frames_results ⇒ Object (readonly)
Returns the value of attribute frames_results
7 8 9 |
# File 'lib/velix/modules/onboarding.rb', line 7 def frames_results @frames_results end |
#identity_id ⇒ Object (readonly)
Returns the value of attribute identity_id
7 8 9 |
# File 'lib/velix/modules/onboarding.rb', line 7 def identity_id @identity_id end |
#message ⇒ Object (readonly)
Returns the value of attribute message
7 8 9 |
# File 'lib/velix/modules/onboarding.rb', line 7 def @message end |
#person_id ⇒ Object (readonly)
Returns the value of attribute person_id
7 8 9 |
# File 'lib/velix/modules/onboarding.rb', line 7 def person_id @person_id end |