Class: Ari::DialplanCEP

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/dialplan_cep.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#contextObject (readonly)

Returns the value of attribute context.



15
16
17
# File 'lib/ari/models/dialplan_cep.rb', line 15

def context
  @context
end

#extenObject (readonly)

Returns the value of attribute exten.



15
16
17
# File 'lib/ari/models/dialplan_cep.rb', line 15

def exten
  @exten
end

#priorityObject (readonly)

Returns the value of attribute priority.



15
16
17
# File 'lib/ari/models/dialplan_cep.rb', line 15

def priority
  @priority
end