Class: OnSIP::CDR

Inherits:
Object
  • Object
show all
Extended by:
ClassMethods
Includes:
Model
Defined in:
lib/onsip/models/cdr.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary

Constants included from Model::ClassMethods

Model::ClassMethods::DEFAULT_OPTIONS

Instance Attribute Summary

Attributes included from Model

#attributes, #session

Instance Method Summary collapse

Methods included from ClassMethods

browse, process_browse_cdrs_response

Methods included from Model

#initialize

Methods included from Model::ClassMethods

#merge_params

Instance Method Details

#idObject



5
6
7
# File 'lib/onsip/models/cdr.rb', line 5

def id
  @attributes.CdrId
end