Class: Cufinder::FweResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::FweResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ FweResponse
constructor
A new instance of FweResponse.
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
#email ⇒ Object
Returns the value of attribute email.
370 371 372 |
# File 'lib/cufinder_ruby/types.rb', line 370 def email @email end |