Class: Adhearsion::DialPlan::DialplanContextProc
- Defined in:
- lib/adhearsion/voip/dial_plan.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
- #+@ ⇒ Object
-
#initialize(name, &block) ⇒ DialplanContextProc
constructor
A new instance of DialplanContextProc.
Constructor Details
#initialize(name, &block) ⇒ DialplanContextProc
Returns a new instance of DialplanContextProc.
235 236 237 238 |
# File 'lib/adhearsion/voip/dial_plan.rb', line 235 def initialize(name, &block) super(&block) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
233 234 235 |
# File 'lib/adhearsion/voip/dial_plan.rb', line 233 def name @name end |
Instance Method Details
#+@ ⇒ Object
240 241 242 |
# File 'lib/adhearsion/voip/dial_plan.rb', line 240 def +@ raise Adhearsion::VoIP::DSL::Dialplan::ControlPassingException.new(self) end |