Class: Cufinder::NaaResponse

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

Returns a new instance of NaaResponse.



599
600
601
602
# File 'lib/cufinder_ruby/types.rb', line 599

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

Instance Attribute Details

#addressObject

Returns the value of attribute address.



597
598
599
# File 'lib/cufinder_ruby/types.rb', line 597

def address
  @address
end