Class: Cufinder::CotResponse

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

Overview

COT - Offers Free Trial Checker

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#confidence_level, #credit_count, #meta_data, #query

Instance Method Summary collapse

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_trialObject

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