Class: Pione::Agent::UnknownInputGeneratorMethod
- Inherits:
-
Object
- Object
- Pione::Agent::UnknownInputGeneratorMethod
- Defined in:
- lib/pione/agent/agent-exception.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ UnknownInputGeneratorMethod
constructor
A new instance of UnknownInputGeneratorMethod.
- #message ⇒ Object
Constructor Details
#initialize(name) ⇒ UnknownInputGeneratorMethod
Returns a new instance of UnknownInputGeneratorMethod.
43 44 45 |
# File 'lib/pione/agent/agent-exception.rb', line 43 def initialize(name) @name = name end |
Instance Method Details
#message ⇒ Object
47 48 49 |
# File 'lib/pione/agent/agent-exception.rb', line 47 def "input generator method \"%s\" is unknown" % @name end |