Class: DBus::Authentication::NextState Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#command_wordsObject

Returns the value of attribute command_words

Returns:

  • (Object)

    the current value of command_words



120
121
122
# File 'lib/dbus/auth.rb', line 120

def command_words
  @command_words
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



120
121
122
# File 'lib/dbus/auth.rb', line 120

def state
  @state
end