Method: InterFAX::Object#attributes
- Defined in:
- lib/interfax/object.rb
#attributes ⇒ Object
2 3 4 5 6 |
# File 'lib/interfax/object.rb', line 2 def attributes hash = to_h hash.delete(:client) hash end |
2 3 4 5 6 |
# File 'lib/interfax/object.rb', line 2 def attributes hash = to_h hash.delete(:client) hash end |