class DIDWW::ComplexObject::CdrExportFilter
Public Class Methods
cast_single_object(hash)
click to toggle source
Type casting for JsonApiClient parser/setters
# File lib/didww/complex_objects/cdr_export_filter.rb, line 7 def self.cast_single_object(hash) new(hash) end
Public Instance Methods
as_json(*)
click to toggle source
Calls superclass method
DIDWW::ComplexObject::Base#as_json
# File lib/didww/complex_objects/cdr_export_filter.rb, line 15 def as_json(*) super[:attributes] end