Class: Browserctl::ParamDef
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::ParamDef
- Defined in:
- lib/browserctl/workflow.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
8 9 10 |
# File 'lib/browserctl/workflow.rb', line 8 def default @default end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/browserctl/workflow.rb', line 8 def name @name end |
#required ⇒ Object
Returns the value of attribute required
8 9 10 |
# File 'lib/browserctl/workflow.rb', line 8 def required @required end |
#secret ⇒ Object
Returns the value of attribute secret
8 9 10 |
# File 'lib/browserctl/workflow.rb', line 8 def secret @secret end |