Class: PhaseoAgentSdk::DevtoolsConfig
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::DevtoolsConfig
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#directory ⇒ Object
Returns the value of attribute directory.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Attribute Details
#directory ⇒ Object
Returns the value of attribute directory
33 34 35 |
# File 'lib/phaseo_agent_sdk.rb', line 33 def directory @directory end |
#enabled ⇒ Object
Returns the value of attribute enabled
33 34 35 |
# File 'lib/phaseo_agent_sdk.rb', line 33 def enabled @enabled end |