Class: Google::Apis::ToolresultsV1beta3::PerformedMonkeyActions

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/toolresults_v1beta3/classes.rb,
lib/google/apis/toolresults_v1beta3/representations.rb,
lib/google/apis/toolresults_v1beta3/representations.rb

Overview

A notification that Robo performed some monkey actions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PerformedMonkeyActions

Returns a new instance of PerformedMonkeyActions.



2293
2294
2295
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2293

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#total_actionsFixnum

The total number of monkey actions performed during the crawl. Corresponds to the JSON property totalActions

Returns:

  • (Fixnum)


2291
2292
2293
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2291

def total_actions
  @total_actions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2298
2299
2300
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2298

def update!(**args)
  @total_actions = args[:total_actions] if args.key?(:total_actions)
end