Class: Fluent::Plugin::AzureLogsIngestion::Auth::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/azure_logs_ingestion/auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



13
14
15
# File 'lib/fluent/plugin/azure_logs_ingestion/auth.rb', line 13

def expires_at
  @expires_at
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



13
14
15
# File 'lib/fluent/plugin/azure_logs_ingestion/auth.rb', line 13

def value
  @value
end