Class: DBus::Authentication::NextState Private
- Inherits:
-
Struct
- Object
- Struct
- DBus::Authentication::NextState
- Defined in:
- lib/dbus/auth.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Declare client state transitions, for ease of code reading. It is just a pair.
Instance Attribute Summary collapse
-
#command_words ⇒ Object
Returns the value of attribute command_words.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#command_words ⇒ Object
Returns the value of attribute command_words
120 121 122 |
# File 'lib/dbus/auth.rb', line 120 def command_words @command_words end |
#state ⇒ Object
Returns the value of attribute state
120 121 122 |
# File 'lib/dbus/auth.rb', line 120 def state @state end |