Class: Browserctl::ParamDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/browserctl/workflow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



8
9
10
# File 'lib/browserctl/workflow.rb', line 8

def default
  @default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/browserctl/workflow.rb', line 8

def name
  @name
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



8
9
10
# File 'lib/browserctl/workflow.rb', line 8

def required
  @required
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



8
9
10
# File 'lib/browserctl/workflow.rb', line 8

def secret
  @secret
end