Class: Cufinder::CcpResponse

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

Returns a new instance of CcpResponse.



534
535
536
537
# File 'lib/cufinder_ruby/types.rb', line 534

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

Instance Attribute Details

#customersObject

Returns the value of attribute customers.



532
533
534
# File 'lib/cufinder_ruby/types.rb', line 532

def customers
  @customers
end