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
34 35 36 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rule ⇒ String
Rule violated.
Corresponds to the JSON property rule
32 33 34 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 32 def rule @rule end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'generated/google/apis/searchconsole_v1/classes.rb', line 39 def update!(**args) @rule = args[:rule] if args.key?(:rule) end |