Class: Velix::Modules::Onboarding::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#embedding_idObject (readonly)

Returns the value of attribute embedding_id

Returns:

  • (Object)

    the current value of embedding_id



7
8
9
# File 'lib/velix/modules/onboarding.rb', line 7

def embedding_id
  @embedding_id
end

#enrolledObject (readonly)

Returns the value of attribute enrolled

Returns:

  • (Object)

    the current value of enrolled



7
8
9
# File 'lib/velix/modules/onboarding.rb', line 7

def enrolled
  @enrolled
end

#frames_processedObject (readonly)

Returns the value of attribute frames_processed

Returns:

  • (Object)

    the current value of frames_processed



7
8
9
# File 'lib/velix/modules/onboarding.rb', line 7

def frames_processed
  @frames_processed
end

#frames_resultsObject (readonly)

Returns the value of attribute frames_results

Returns:

  • (Object)

    the current value of frames_results



7
8
9
# File 'lib/velix/modules/onboarding.rb', line 7

def frames_results
  @frames_results
end

#identity_idObject (readonly)

Returns the value of attribute identity_id

Returns:

  • (Object)

    the current value of identity_id



7
8
9
# File 'lib/velix/modules/onboarding.rb', line 7

def identity_id
  @identity_id
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



7
8
9
# File 'lib/velix/modules/onboarding.rb', line 7

def message
  @message
end

#person_idObject (readonly)

Returns the value of attribute person_id

Returns:

  • (Object)

    the current value of person_id



7
8
9
# File 'lib/velix/modules/onboarding.rb', line 7

def person_id
  @person_id
end