Class: EIBBuffer
- Inherits:
-
Object
- Object
- EIBBuffer
- Defined in:
- lib/ansible/knx/EIBConnection.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
Instance Method Summary collapse
-
#initialize(buf = []) ⇒ EIBBuffer
constructor
A new instance of EIBBuffer.
Constructor Details
#initialize(buf = []) ⇒ EIBBuffer
Returns a new instance of EIBBuffer.
35 36 37 |
# File 'lib/ansible/knx/EIBConnection.rb', line 35 def initialize(buf = []) @buffer = buf end |
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer.
34 35 36 |
# File 'lib/ansible/knx/EIBConnection.rb', line 34 def buffer @buffer end |