Class: EIBBuffer

Inherits:
Object
  • Object
show all
Defined in:
lib/ansible/knx/EIBConnection.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#bufferObject

Returns the value of attribute buffer.



34
35
36
# File 'lib/ansible/knx/EIBConnection.rb', line 34

def buffer
  @buffer
end