Method: OCI::Identity::Models::UpdateAuthTokenDetails#initialize
- Defined in:
- lib/oci/identity/models/update_auth_token_details.rb
#initialize(attributes = {}) ⇒ UpdateAuthTokenDetails
Initializes the object
38 39 40 41 42 43 44 45 |
# File 'lib/oci/identity/models/update_auth_token_details.rb', line 38 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } self.description = attributes[:'description'] if attributes[:'description'] end |