Class: CFC::Record

Inherits:
APIObject show all
Defined in:
lib/cfc/objects/record.rb

Instance Method Summary collapse

Methods inherited from APIObject

#initialize, #inspect, #method_missing, opts, relationship, #respond_to_missing?, #to_h, #to_json

Constructor Details

This class inherits a constructor from CFC::APIObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CFC::APIObject

Instance Method Details

#deproxyObject



9
10
11
# File 'lib/cfc/objects/record.rb', line 9

def deproxy
  set_proxied(false)
end

#proxyObject



5
6
7
# File 'lib/cfc/objects/record.rb', line 5

def proxy
  set_proxied(true)
end