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