Class: Google::Apis::ToolresultsV1beta3::InAppPurchasesFound
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::InAppPurchasesFound
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
Additional details of in-app purchases encountered during the crawl.
Instance Attribute Summary collapse
-
#in_app_purchases_flows_explored ⇒ Fixnum
The total number of in-app purchases flows explored: how many times the robo tries to buy a SKU.
-
#in_app_purchases_flows_started ⇒ Fixnum
The total number of in-app purchases flows started.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InAppPurchasesFound
constructor
A new instance of InAppPurchasesFound.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InAppPurchasesFound
Returns a new instance of InAppPurchasesFound.
1161 1162 1163 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1161 def initialize(**args) update!(**args) end |
Instance Attribute Details
#in_app_purchases_flows_explored ⇒ Fixnum
The total number of in-app purchases flows explored: how many times the robo
tries to buy a SKU.
Corresponds to the JSON property inAppPurchasesFlowsExplored
1154 1155 1156 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1154 def in_app_purchases_flows_explored @in_app_purchases_flows_explored end |
#in_app_purchases_flows_started ⇒ Fixnum
The total number of in-app purchases flows started.
Corresponds to the JSON property inAppPurchasesFlowsStarted
1159 1160 1161 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1159 def in_app_purchases_flows_started @in_app_purchases_flows_started end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1166 1167 1168 1169 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1166 def update!(**args) @in_app_purchases_flows_explored = args[:in_app_purchases_flows_explored] if args.key?(:in_app_purchases_flows_explored) @in_app_purchases_flows_started = args[:in_app_purchases_flows_started] if args.key?(:in_app_purchases_flows_started) end |