Class: Cufinder::DteResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::DteResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#emails ⇒ Object
Returns the value of attribute emails.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ DteResponse
constructor
A new instance of DteResponse.
Constructor Details
#initialize(data = {}) ⇒ DteResponse
Returns a new instance of DteResponse.
181 182 183 184 |
# File 'lib/cufinder_ruby/types.rb', line 181 def initialize(data = {}) super(data) @emails = data["emails"] || [] end |
Instance Attribute Details
#emails ⇒ Object
Returns the value of attribute emails.
179 180 181 |
# File 'lib/cufinder_ruby/types.rb', line 179 def emails @emails end |