Class: Google::Apis::ToolresultsV1beta3::UsedRoboIgnoreDirective

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

Additional details of a used Robo directive with an ignore action. Note: This is a different scenario than unused directive.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UsedRoboIgnoreDirective

Returns a new instance of UsedRoboIgnoreDirective.



3811
3812
3813
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 3811

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

Instance Attribute Details

#resource_nameString

The name of the resource that was ignored. Corresponds to the JSON property resourceName

Returns:

  • (String)


3809
3810
3811
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 3809

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3816
3817
3818
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 3816

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