Class: Cufinder::NacResponse

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

#companyObject

Returns the value of attribute company.



649
650
651
# File 'lib/cufinder_ruby/types.rb', line 649

def company
  @company
end