Exception: Kielce::IncompleteRenderError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kielce/kielce.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(file_to_load, source, ex) ⇒ IncompleteRenderError

Returns a new instance of IncompleteRenderError.



17
18
19
20
21
# File 'lib/kielce/kielce.rb', line 17

def initialize(file_to_load, source, ex)
  @file_name = file_to_load
  @source_file = source
  @source_exception = ex
end

Instance Attribute Details

#file_nameObject

Returns the value of attribute file_name.



15
16
17
# File 'lib/kielce/kielce.rb', line 15

def file_name
  @file_name
end

#source_exceptionObject

Returns the value of attribute source_exception.



15
16
17
# File 'lib/kielce/kielce.rb', line 15

def source_exception
  @source_exception
end

#source_fileObject

Returns the value of attribute source_file.



15
16
17
# File 'lib/kielce/kielce.rb', line 15

def source_file
  @source_file
end