Method: Epics::CDZ#initialize
- Defined in:
- lib/epics/cdz.rb
#initialize(client, from = nil, to = nil) ⇒ CDZ
Returns a new instance of CDZ.
4 5 6 7 8 |
# File 'lib/epics/cdz.rb', line 4 def initialize(client, from = nil, to = nil) super(client) self.from = from self.to = to end |