Class: Cufinder::GdcResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::GdcResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
GDC - Gives Demo Checker
Instance Attribute Summary collapse
-
#offers_demo ⇒ Object
Returns the value of attribute offers_demo.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ GdcResponse
constructor
A new instance of GdcResponse.
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_demo ⇒ Object
Returns the value of attribute offers_demo.
911 912 913 |
# File 'lib/cufinder_ruby/types.rb', line 911 def offers_demo @offers_demo end |