Class: TuyaCIMonitorMethods
- Inherits:
-
Object
- Object
- TuyaCIMonitorMethods
- Defined in:
- lib/tuya/ci/DSL/tuya_ci_monitor.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ TuyaCIMonitorMethods
constructor
A new instance of TuyaCIMonitorMethods.
Constructor Details
#initialize ⇒ TuyaCIMonitorMethods
Returns a new instance of TuyaCIMonitorMethods.
97 98 99 100 101 |
# File 'lib/tuya/ci/DSL/tuya_ci_monitor.rb', line 97 def initialize @name = '' @args = '' @block = nil end |
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args.
96 97 98 |
# File 'lib/tuya/ci/DSL/tuya_ci_monitor.rb', line 96 def args @args end |
#block ⇒ Object
Returns the value of attribute block.
96 97 98 |
# File 'lib/tuya/ci/DSL/tuya_ci_monitor.rb', line 96 def block @block end |
#name ⇒ Object
Returns the value of attribute name.
96 97 98 |
# File 'lib/tuya/ci/DSL/tuya_ci_monitor.rb', line 96 def name @name end |