Class: Punchblock::Event::Complete::Error

Inherits:
Reason show all
Defined in:
lib/punchblock/event/complete.rb

Constant Summary

Constants inherited from RayoNode

RayoNode::InvalidNodeError

Instance Attribute Summary

Attributes inherited from RayoNode

#client, #component_id, #connection, #domain, #original_component, #target_call_id, #target_mixer_name

Instance Method Summary collapse

Methods inherited from Reason

#name, new

Methods inherited from RayoNode

class_from_registration, #eql?, import, #inspect, new, register, #source

Instance Method Details

#detailsObject



67
68
69
# File 'lib/punchblock/event/complete.rb', line 67

def details
  text.strip
end

#details=(other) ⇒ Object



71
72
73
# File 'lib/punchblock/event/complete.rb', line 71

def details=(other)
  self << other
end

#inspect_attributesObject

:nodoc:



75
76
77
# File 'lib/punchblock/event/complete.rb', line 75

def inspect_attributes # :nodoc:
  [:details] + super
end