Class: Pbx::Messages::Tick

Inherits:
Bubbletea::Message
  • Object
show all
Defined in:
lib/pbx/messages.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(at:) ⇒ Tick

Returns a new instance of Tick.



62
63
64
65
# File 'lib/pbx/messages.rb', line 62

def initialize(at:)
  super()
  @at = at
end

Instance Attribute Details

#atObject (readonly)

Returns the value of attribute at.



60
61
62
# File 'lib/pbx/messages.rb', line 60

def at
  @at
end