Class: MicrosoftGraphCore::GraphClientOptions
- Inherits:
-
Object
- Object
- MicrosoftGraphCore::GraphClientOptions
- Includes:
- MicrosoftKiotaAbstractions::RequestOption
- Defined in:
- lib/microsoft_graph_core/graph_client_options.rb
Instance Attribute Summary collapse
-
#graph_service_library_version ⇒ Object
Returns the value of attribute graph_service_library_version.
-
#graph_service_version ⇒ Object
Returns the value of attribute graph_service_version.
Instance Method Summary collapse
Instance Attribute Details
#graph_service_library_version ⇒ Object
Returns the value of attribute graph_service_library_version.
4 5 6 |
# File 'lib/microsoft_graph_core/graph_client_options.rb', line 4 def graph_service_library_version @graph_service_library_version end |
#graph_service_version ⇒ Object
Returns the value of attribute graph_service_version.
4 5 6 |
# File 'lib/microsoft_graph_core/graph_client_options.rb', line 4 def graph_service_version @graph_service_version end |
Instance Method Details
#get_key ⇒ Object
5 6 7 |
# File 'lib/microsoft_graph_core/graph_client_options.rb', line 5 def get_key() "telemetryOptions" end |