Class: Google::Apis::PagespeedonlineV2::Result::FormattedResults::RuleResult::UrlBlock
- Inherits:
-
Object
- Object
- Google::Apis::PagespeedonlineV2::Result::FormattedResults::RuleResult::UrlBlock
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/pagespeedonline_v2/classes.rb,
generated/google/apis/pagespeedonline_v2/representations.rb,
generated/google/apis/pagespeedonline_v2/representations.rb
Defined Under Namespace
Classes: Url
Instance Attribute Summary collapse
-
#header ⇒ Google::Apis::PagespeedonlineV2::FormatString
Heading to be displayed with the list of URLs.
-
#urls ⇒ Array<Google::Apis::PagespeedonlineV2::Result::FormattedResults::RuleResult::UrlBlock::Url>
List of entries that provide information about URLs in the url block.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UrlBlock
constructor
A new instance of UrlBlock.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UrlBlock
Returns a new instance of UrlBlock
439 440 441 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 439 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header ⇒ Google::Apis::PagespeedonlineV2::FormatString
Heading to be displayed with the list of URLs.
Corresponds to the JSON property header
432 433 434 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 432 def header @header end |
#urls ⇒ Array<Google::Apis::PagespeedonlineV2::Result::FormattedResults::RuleResult::UrlBlock::Url>
List of entries that provide information about URLs in the url block. Optional.
Corresponds to the JSON property urls
437 438 439 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 437 def urls @urls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
444 445 446 447 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 444 def update!(**args) @header = args[:header] if args.key?(:header) @urls = args[:urls] if args.key?(:urls) end |