Class: Google::Apis::ToolresultsV1beta3::PerformedMonkeyActions
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ToolresultsV1beta3::PerformedMonkeyActions
 
 
- 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
- 
  
    
      #total_actions  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of monkey actions performed during the crawl.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PerformedMonkeyActions 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of PerformedMonkeyActions.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
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_actions ⇒ Fixnum
The total number of monkey actions performed during the crawl.
Corresponds to the JSON property totalActions
      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  |