Class: ApplicationInsights::Channel::Contracts::Data

Inherits:
Object
  • Object
show all
Includes:
JsonSerializable
Defined in:
lib/application_insights/channel/contracts/data.rb

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#base_dataObject

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_typeObject

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