Class: Cufinder::CotResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::CotResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
COT - Offers Free Trial Checker
Instance Attribute Summary collapse
-
#offers_free_trial ⇒ Object
Returns the value of attribute offers_free_trial.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ CotResponse
constructor
A new instance of CotResponse.
Constructor Details
#initialize(data = {}) ⇒ CotResponse
Returns a new instance of CotResponse.
923 924 925 926 |
# File 'lib/cufinder_ruby/types.rb', line 923 def initialize(data = {}) super(data) @offers_free_trial = data["offers_free_trial"] end |
Instance Attribute Details
#offers_free_trial ⇒ Object
Returns the value of attribute offers_free_trial.
921 922 923 |
# File 'lib/cufinder_ruby/types.rb', line 921 def offers_free_trial @offers_free_trial end |