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
433 434 435 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 433 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
426 427 428 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 426 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
431 432 433 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 431 def urls @urls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
438 439 440 441 |
# File 'generated/google/apis/pagespeedonline_v2/classes.rb', line 438 def update!(**args) @header = args[:header] if args.key?(:header) @urls = args[:urls] if args.key?(:urls) end |