class InterFAX::Object
Public Instance Methods
attributes()
click to toggle source
# File lib/interfax/object.rb, line 2 def attributes hash = to_h hash.delete(:client) hash end
inspect()
click to toggle source
Calls superclass method
# File lib/interfax/object.rb, line 8 def inspect _client = client self.delete_field('client') result = super self.client = _client result end