Class: ProconBypassMan::ExternalInput::Channels::Base
- Inherits:
-
Object
- Object
- ProconBypassMan::ExternalInput::Channels::Base
show all
- Defined in:
- lib/procon_bypass_man/external_input/channels/base.rb
Instance Method Summary
collapse
Instance Method Details
#display_name_for_boot_message ⇒ String
16
17
18
|
# File 'lib/procon_bypass_man/external_input/channels/base.rb', line 16
def display_name_for_boot_message
raise NotImplementedError
end
|
#read ⇒ String, NilClass
6
7
8
|
# File 'lib/procon_bypass_man/external_input/channels/base.rb', line 6
def read
raise NotImplementedError
end
|
#shutdown ⇒ void
This method returns an undefined value.
11
12
13
|
# File 'lib/procon_bypass_man/external_input/channels/base.rb', line 11
def shutdown
raise NotImplementedError
end
|