Class: Velix::Modules::Checkin::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/velix/modules/checkin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matchedObject (readonly)

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



11
12
13
# File 'lib/velix/modules/checkin.rb', line 11

def matched
  @matched
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



11
12
13
# File 'lib/velix/modules/checkin.rb', line 11

def message
  @message
end

#person_idObject (readonly)

Returns the value of attribute person_id

Returns:

  • (Object)

    the current value of person_id



11
12
13
# File 'lib/velix/modules/checkin.rb', line 11

def person_id
  @person_id
end

#quality_scoreObject (readonly)

Returns the value of attribute quality_score

Returns:

  • (Object)

    the current value of quality_score



11
12
13
# File 'lib/velix/modules/checkin.rb', line 11

def quality_score
  @quality_score
end