Class: Cufinder::NacResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::NacResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#company ⇒ Object
Returns the value of attribute company.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ NacResponse
constructor
A new instance of NacResponse.
Constructor Details
#initialize(data = {}) ⇒ NacResponse
Returns a new instance of NacResponse.
651 652 653 654 |
# File 'lib/cufinder_ruby/types.rb', line 651 def initialize(data = {}) super(data) @company = data["company"] end |
Instance Attribute Details
#company ⇒ Object
Returns the value of attribute company.
649 650 651 |
# File 'lib/cufinder_ruby/types.rb', line 649 def company @company end |