Class: LIRC::Messages::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/lirc/messages.rb

Overview

Responses are received over the socket in response to Commands

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



22
23
24
# File 'lib/lirc/messages.rb', line 22

def command
  @command
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



22
23
24
# File 'lib/lirc/messages.rb', line 22

def data
  @data
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



22
23
24
# File 'lib/lirc/messages.rb', line 22

def success
  @success
end