class Branca::Decoder
Attributes
message[R]
timestamp[R]
Public Class Methods
new(message, timestamp)
click to toggle source
# File lib/branca/decoder.rb, line 7 def initialize(message, timestamp) @message = message @timestamp = timestamp end