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.



2306
2307
2308
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2306

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)


2304
2305
2306
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2304

def total_actions
  @total_actions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2311
2312
2313
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2311

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