Class: Cufinder::FweResponse

Inherits:
BaseResponse show all
Defined in:
lib/cufinder_ruby/types.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#confidence_level, #credit_count, #meta_data, #query

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ FweResponse

Returns a new instance of FweResponse.



372
373
374
375
# File 'lib/cufinder_ruby/types.rb', line 372

def initialize(data = {})
  super(data)
  @email = data["work_email"]
end

Instance Attribute Details

#emailObject

Returns the value of attribute email.



370
371
372
# File 'lib/cufinder_ruby/types.rb', line 370

def email
  @email
end