Class: Google::Apis::ToolresultsV1beta3::InsufficientCoverage
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::InsufficientCoverage
- 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
A warning that Robo did not crawl potentially important parts of the app.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InsufficientCoverage
constructor
A new instance of InsufficientCoverage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InsufficientCoverage
Returns a new instance of InsufficientCoverage.
1260 1261 1262 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1260 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1265 1266 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1265 def update!(**args) end |