Class: ApplicationInsights::Channel::Contracts::Data
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::Data
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/data.rb
Instance Attribute Summary collapse
-
#base_data ⇒ Object
Returns the value of attribute base_data.
-
#base_type ⇒ Object
Returns the value of attribute base_type.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#base_data ⇒ Object
Returns the value of attribute base_data.
7 8 9 |
# File 'lib/application_insights/channel/contracts/data.rb', line 7 def base_data @base_data end |
#base_type ⇒ Object
Returns the value of attribute base_type.
7 8 9 |
# File 'lib/application_insights/channel/contracts/data.rb', line 7 def base_type @base_type end |