Class: MarioDebugger
- Inherits:
-
Object
- Object
- MarioDebugger
- Defined in:
- lib/apollo_commons_ruby/VerifyMarioConfig.rb
Instance Attribute Summary collapse
-
#eventName ⇒ Object
readonly
Returns the value of attribute eventName.
-
#projectId ⇒ Object
readonly
Returns the value of attribute projectId.
-
#tenantId ⇒ Object
readonly
Returns the value of attribute tenantId.
-
#topic ⇒ Object
readonly
Returns the value of attribute topic.
-
#viewGroupComponent ⇒ Object
readonly
Returns the value of attribute viewGroupComponent.
-
#viewGroupDefinition ⇒ Object
readonly
Returns the value of attribute viewGroupDefinition.
Instance Method Summary collapse
-
#initialize(configuration_json, view_group_definition, view_group_component, topic, event_name) ⇒ MarioDebugger
constructor
A new instance of MarioDebugger.
Constructor Details
#initialize(configuration_json, view_group_definition, view_group_component, topic, event_name) ⇒ MarioDebugger
Returns a new instance of MarioDebugger.
28 29 30 31 32 33 34 35 |
# File 'lib/apollo_commons_ruby/VerifyMarioConfig.rb', line 28 def initialize(configuration_json, view_group_definition, view_group_component, topic, event_name) @tenantId = configuration_json["tenantId"] @projectId = configuration_json["projectId"] @viewGroupDefinition = view_group_definition @viewGroupComponent = view_group_component @topic = topic @eventName = event_name end |
Instance Attribute Details
#eventName ⇒ Object (readonly)
Returns the value of attribute eventName.
26 27 28 |
# File 'lib/apollo_commons_ruby/VerifyMarioConfig.rb', line 26 def eventName @eventName end |
#projectId ⇒ Object (readonly)
Returns the value of attribute projectId.
22 23 24 |
# File 'lib/apollo_commons_ruby/VerifyMarioConfig.rb', line 22 def projectId @projectId end |
#tenantId ⇒ Object (readonly)
Returns the value of attribute tenantId.
21 22 23 |
# File 'lib/apollo_commons_ruby/VerifyMarioConfig.rb', line 21 def tenantId @tenantId end |
#topic ⇒ Object (readonly)
Returns the value of attribute topic.
25 26 27 |
# File 'lib/apollo_commons_ruby/VerifyMarioConfig.rb', line 25 def topic @topic end |
#viewGroupComponent ⇒ Object (readonly)
Returns the value of attribute viewGroupComponent.
24 25 26 |
# File 'lib/apollo_commons_ruby/VerifyMarioConfig.rb', line 24 def viewGroupComponent @viewGroupComponent end |
#viewGroupDefinition ⇒ Object (readonly)
Returns the value of attribute viewGroupDefinition.
23 24 25 |
# File 'lib/apollo_commons_ruby/VerifyMarioConfig.rb', line 23 def viewGroupDefinition @viewGroupDefinition end |