Class: RailVerdict::Receipt::Validation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/receipt.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completion_statusObject

Returns the value of attribute completion_status

Returns:

  • (Object)

    the current value of completion_status



250
251
252
# File 'lib/rail_verdict/receipt.rb', line 250

def completion_status
  @completion_status
end

#current_environment_digestObject

Returns the value of attribute current_environment_digest

Returns:

  • (Object)

    the current value of current_environment_digest



250
251
252
# File 'lib/rail_verdict/receipt.rb', line 250

def current_environment_digest
  @current_environment_digest
end

#current_repository_digestObject

Returns the value of attribute current_repository_digest

Returns:

  • (Object)

    the current value of current_repository_digest



250
251
252
# File 'lib/rail_verdict/receipt.rb', line 250

def current_repository_digest
  @current_repository_digest
end

#gateObject

Returns the value of attribute gate

Returns:

  • (Object)

    the current value of gate



250
251
252
# File 'lib/rail_verdict/receipt.rb', line 250

def gate
  @gate
end

#reasonsObject

Returns the value of attribute reasons

Returns:

  • (Object)

    the current value of reasons



250
251
252
# File 'lib/rail_verdict/receipt.rb', line 250

def reasons
  @reasons
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



250
251
252
# File 'lib/rail_verdict/receipt.rb', line 250

def status
  @status
end