Method: InterFAX::Object#attributes

Defined in:
lib/interfax/object.rb

#attributesObject



2
3
4
5
6
# File 'lib/interfax/object.rb', line 2

def attributes
  hash = to_h
  hash.delete(:client)
  hash
end