Class: Velix::Modules::Checkin::Result
- Inherits:
-
Data
- Object
- Data
- Velix::Modules::Checkin::Result
- Defined in:
- lib/velix/modules/checkin.rb
Instance Attribute Summary collapse
-
#matched ⇒ Object
readonly
Returns the value of attribute matched.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#person_id ⇒ Object
readonly
Returns the value of attribute person_id.
-
#quality_score ⇒ Object
readonly
Returns the value of attribute quality_score.
Instance Attribute Details
#matched ⇒ Object (readonly)
Returns the value of attribute matched
11 12 13 |
# File 'lib/velix/modules/checkin.rb', line 11 def matched @matched end |
#message ⇒ Object (readonly)
Returns the value of attribute message
11 12 13 |
# File 'lib/velix/modules/checkin.rb', line 11 def @message end |
#person_id ⇒ Object (readonly)
Returns the value of attribute person_id
11 12 13 |
# File 'lib/velix/modules/checkin.rb', line 11 def person_id @person_id end |
#quality_score ⇒ Object (readonly)
Returns the value of attribute quality_score
11 12 13 |
# File 'lib/velix/modules/checkin.rb', line 11 def quality_score @quality_score end |