class Tengine::Job::Structure::ElementSelectorNotation::NotFound

Attributes

jobnet[R]
notation[R]

Public Class Methods

new(jobnet, notation) click to toggle source
# File lib/tengine/job/structure/element_selector_notation.rb, line 66
def initialize(jobnet, notation)
  @jobnet, @notation = jobnet, notation
end

Public Instance Methods

message() click to toggle source
# File lib/tengine/job/structure/element_selector_notation.rb, line 70
def message
  "Tengine Jobnet Element not found by selector #{notation.inspect} in #{@jobnet.name_path}"
end