Class: Google::Apis::RunV1::Addressable
- Inherits:
-
Object
- Object
- Google::Apis::RunV1::Addressable
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/run_v1/classes.rb,
lib/google/apis/run_v1/representations.rb,
lib/google/apis/run_v1/representations.rb
Overview
Information for connecting over HTTP(s).
Instance Attribute Summary collapse
-
#url ⇒ String
Corresponds to the JSON property
url
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Addressable
constructor
A new instance of Addressable.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Addressable
Returns a new instance of Addressable.
34 35 36 |
# File 'lib/google/apis/run_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
Corresponds to the JSON property url
32 33 34 |
# File 'lib/google/apis/run_v1/classes.rb', line 32 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/run_v1/classes.rb', line 39 def update!(**args) @url = args[:url] if args.key?(:url) end |