Class: Cufinder::GdcResponse

Inherits:
BaseResponse show all
Defined in:
lib/cufinder_ruby/types.rb

Overview

GDC - Gives Demo Checker

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#confidence_level, #credit_count, #meta_data, #query

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ GdcResponse

Returns a new instance of GdcResponse.



913
914
915
916
# File 'lib/cufinder_ruby/types.rb', line 913

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

Instance Attribute Details

#offers_demoObject

Returns the value of attribute offers_demo.



911
912
913
# File 'lib/cufinder_ruby/types.rb', line 911

def offers_demo
  @offers_demo
end