Class: Google::Apis::PagespeedonlineV1::Result::FormattedResults::RuleResult::UrlBlock::Url
- Inherits:
-
Object
- Object
- Google::Apis::PagespeedonlineV1::Result::FormattedResults::RuleResult::UrlBlock::Url
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/pagespeedonline_v1/classes.rb,
generated/google/apis/pagespeedonline_v1/representations.rb,
generated/google/apis/pagespeedonline_v1/representations.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#details ⇒ Array<Google::Apis::PagespeedonlineV1::Result::FormattedResults::RuleResult::UrlBlock::Url::Detail>
List of entries that provide additional details about a single URL.
-
#result ⇒ Google::Apis::PagespeedonlineV1::Result::FormattedResults::RuleResult::UrlBlock::Url::Result
A format string that gives information about the URL, and a list of arguments for that format string.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Url
constructor
A new instance of Url.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Url
Returns a new instance of Url
265 266 267 |
# File 'generated/google/apis/pagespeedonline_v1/classes.rb', line 265 def initialize(**args) update!(**args) end |
Instance Attribute Details
#details ⇒ Array<Google::Apis::PagespeedonlineV1::Result::FormattedResults::RuleResult::UrlBlock::Url::Detail>
List of entries that provide additional details about a single URL. Optional.
Corresponds to the JSON property details
257 258 259 |
# File 'generated/google/apis/pagespeedonline_v1/classes.rb', line 257 def details @details end |
#result ⇒ Google::Apis::PagespeedonlineV1::Result::FormattedResults::RuleResult::UrlBlock::Url::Result
A format string that gives information about the URL, and a list of arguments
for that format string.
Corresponds to the JSON property result
263 264 265 |
# File 'generated/google/apis/pagespeedonline_v1/classes.rb', line 263 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
270 271 272 273 |
# File 'generated/google/apis/pagespeedonline_v1/classes.rb', line 270 def update!(**args) @details = args[:details] if args.key?(:details) @result = args[:result] if args.key?(:result) end |