class ElasticAPM::Stacktrace
@api private
Attributes
frames[RW]
Public Instance Methods
length()
click to toggle source
# File lib/elastic_apm/stacktrace.rb, line 8 def length frames.length end
to_a()
click to toggle source
# File lib/elastic_apm/stacktrace.rb, line 12 def to_a frames.map(&:to_h) end