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