Class: Google::Apis::DiscoveryV1::RestDescription::Auth::Oauth2::Scope

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discovery_v1/classes.rb,
lib/google/apis/discovery_v1/representations.rb,
lib/google/apis/discovery_v1/representations.rb

Overview

The scope value.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Scope

Returns a new instance of Scope.



629
630
631
# File 'lib/google/apis/discovery_v1/classes.rb', line 629

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#descriptionString

Description of scope. Corresponds to the JSON property description

Returns:

  • (String)


627
628
629
# File 'lib/google/apis/discovery_v1/classes.rb', line 627

def description
  @description
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



634
635
636
# File 'lib/google/apis/discovery_v1/classes.rb', line 634

def update!(**args)
  @description = args[:description] if args.key?(:description)
end