Class: Fluent::Plugin::AzureLogsIngestion::Auth::Token
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::AzureLogsIngestion::Auth::Token
- Defined in:
- lib/fluent/plugin/azure_logs_ingestion/auth.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
13 14 15 |
# File 'lib/fluent/plugin/azure_logs_ingestion/auth.rb', line 13 def expires_at @expires_at end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/fluent/plugin/azure_logs_ingestion/auth.rb', line 13 def value @value end |