Class: request_variable

minerva-requests~request_variable(varvalueopt) → {request_variable}

new request_variable(varvalueopt) → {request_variable}

Contructor for a request variable, used to relate references during a request. Internal usage variable for keeping track of implicit assignToVariable on the client (see Minerva).
Parameters:
Name Type Attributes Description
varvalue String <optional>
string representing a future variable value
Source:
Returns:
request variable object
Type
request_variable

Methods

set_p() → {Boolean}

Returns true or false on whether or not the user changed the value of the setting.
Source:
Returns:
boolean
Type
Boolean

value() → {String}

The value of the variable to be used.
Source:
Returns:
string
Type
String