Class: LIRC::Messages::Response
- Inherits:
-
Struct
- Object
- Struct
- LIRC::Messages::Response
- Defined in:
- lib/lirc/messages.rb
Overview
Responses are received over the socket in response to Commands
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#data ⇒ Object
Returns the value of attribute data.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
22 23 24 |
# File 'lib/lirc/messages.rb', line 22 def command @command end |
#data ⇒ Object
Returns the value of attribute data
22 23 24 |
# File 'lib/lirc/messages.rb', line 22 def data @data end |
#success ⇒ Object
Returns the value of attribute success
22 23 24 |
# File 'lib/lirc/messages.rb', line 22 def success @success end |