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
9 10 11 |
# File 'lib/browserctl/workflow.rb', line 9 def default @default end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/browserctl/workflow.rb', line 9 def name @name end |
#required ⇒ Object
Returns the value of attribute required
9 10 11 |
# File 'lib/browserctl/workflow.rb', line 9 def required @required end |
#secret ⇒ Object
Returns the value of attribute secret
9 10 11 |
# File 'lib/browserctl/workflow.rb', line 9 def secret @secret end |