class Pipl::Client

Attributes

key[R]

Public Class Methods

new(key) click to toggle source
# File lib/pipl/client.rb, line 7
def initialize(key)
  @key = key
end

Public Instance Methods

name(raw_name) click to toggle source
# File lib/pipl/client.rb, line 11
def name(raw_name)
  Name.new(self, raw_name).response
end