Method: Code0::ZeroTrack::Context#get_attribute

Defined in:
lib/code0/zero_track/context.rb

#get_attribute(attribute) ⇒ Object



81
82
83
84
85
# File 'lib/code0/zero_track/context.rb', line 81

def get_attribute(attribute)
  raw = call_or_value(data[log_key(attribute)])

  call_or_value(raw)
end