Class: Google::Apis::SearchconsoleV1::MobileFriendlyIssue
- Inherits:
-
Object
- Object
- Google::Apis::SearchconsoleV1::MobileFriendlyIssue
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/searchconsole_v1/classes.rb,
generated/google/apis/searchconsole_v1/representations.rb,
generated/google/apis/searchconsole_v1/representations.rb
Overview
Mobile-friendly issue.
Instance Attribute Summary collapse
-
#rule ⇒ String
Rule violated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MobileFriendlyIssue
constructor
A new instance of MobileFriendlyIssue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MobileFriendlyIssue
Returns a new instance of MobileFriendlyIssue
112 113 114 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 112 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rule ⇒ String
Rule violated.
Corresponds to the JSON property rule
110 111 112 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 110 def rule @rule end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
117 118 119 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 117 def update!(**args) @rule = args[:rule] if args.key?(:rule) end |