Class: Ari::CallerID

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/caller_id.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

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number.



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

def number
  @number
end