Exception: ApprovalTests::ApprovalError

Inherits:
Exception
  • Object
show all
Defined in:
lib/approval_tests.rb

Instance Attribute Summary collapse

Instance Attribute Details

#approved_filenameObject

Returns the value of attribute approved_filename.



26
27
28
# File 'lib/approval_tests.rb', line 26

def approved_filename
  @approved_filename
end

#received_filenameObject

Returns the value of attribute received_filename.



25
26
27
# File 'lib/approval_tests.rb', line 25

def received_filename
  @received_filename
end