Class: Targetdata::Api::Pf
- Inherits:
-
Object
- Object
- Targetdata::Api::Pf
- Defined in:
- lib/targetdata/api/pf.rb
Instance Method Summary collapse
-
#initialize(cpf) ⇒ Pf
constructor
A new instance of Pf.
- #person ⇒ Object
Methods included from Requester
Methods included from Auth
Constructor Details
#initialize(cpf) ⇒ Pf
Returns a new instance of Pf.
7 8 9 |
# File 'lib/targetdata/api/pf.rb', line 7 def initialize cpf @cpf = cpf end |