Class: Icalia::OAuthAccessToken

Inherits:
ModelBase show all
Defined in:
lib/icalia-sdk-event-core/models/oauth_access_token.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#serialization_context

Method Summary

Methods inherited from ModelBase

has_many, has_one, #initialize

Methods included from ResourceIdentity

#to_key

Constructor Details

This class inherits a constructor from Icalia::ModelBase

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



5
6
7
# File 'lib/icalia-sdk-event-core/models/oauth_access_token.rb', line 5

def created_at
  @created_at
end

#expires_atObject (readonly)

Returns the value of attribute expires_at.



5
6
7
# File 'lib/icalia-sdk-event-core/models/oauth_access_token.rb', line 5

def expires_at
  @expires_at
end

#scopesObject (readonly)

Returns the value of attribute scopes.



5
6
7
# File 'lib/icalia-sdk-event-core/models/oauth_access_token.rb', line 5

def scopes
  @scopes
end