Class: Cufinder::DteResponse

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 = {}) ⇒ 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

#emailsObject

Returns the value of attribute emails.



179
180
181
# File 'lib/cufinder_ruby/types.rb', line 179

def emails
  @emails
end