Class: Google::Apis::DiscoveryV1::RestResource
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryV1::RestResource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/discovery_v1/classes.rb,
generated/google/apis/discovery_v1/representations.rb,
generated/google/apis/discovery_v1/representations.rb
Instance Attribute Summary collapse
-
#api_methods ⇒ Hash<String,Google::Apis::DiscoveryV1::RestMethod>
Methods on this resource.
-
#resources ⇒ Hash<String,Google::Apis::DiscoveryV1::RestResource>
Sub-resources on this resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RestResource
constructor
A new instance of RestResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RestResource
Returns a new instance of RestResource.
949 950 951 |
# File 'generated/google/apis/discovery_v1/classes.rb', line 949 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_methods ⇒ Hash<String,Google::Apis::DiscoveryV1::RestMethod>
Methods on this resource.
Corresponds to the JSON property methods
942 943 944 |
# File 'generated/google/apis/discovery_v1/classes.rb', line 942 def api_methods @api_methods end |
#resources ⇒ Hash<String,Google::Apis::DiscoveryV1::RestResource>
Sub-resources on this resource.
Corresponds to the JSON property resources
947 948 949 |
# File 'generated/google/apis/discovery_v1/classes.rb', line 947 def resources @resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
954 955 956 957 |
# File 'generated/google/apis/discovery_v1/classes.rb', line 954 def update!(**args) @api_methods = args[:api_methods] if args.key?(:api_methods) @resources = args[:resources] if args.key?(:resources) end |