Method: Epics::STA#initialize

Defined in:
lib/epics/sta.rb

#initialize(client, from = nil, to = nil) ⇒ STA



4
5
6
7
8
# File 'lib/epics/sta.rb', line 4

def initialize(client, from = nil, to = nil)
  super(client)
  self.from = from
  self.to = to
end