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