Class: Udb::ParameterWithValue
- Inherits:
-
Object
- Object
- Udb::ParameterWithValue
- Extended by:
- Forwardable, T::Sig
- Includes:
- Idl::RuntimeParam
- Defined in:
- lib/udb/obj/parameter.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(param, value) ⇒ ParameterWithValue
constructor
A new instance of ParameterWithValue.
- #value_known? ⇒ Boolean
Constructor Details
#initialize(param, value) ⇒ ParameterWithValue
Returns a new instance of ParameterWithValue.
139 140 141 142 |
# File 'lib/udb/obj/parameter.rb', line 139 def initialize(param, value) @param = param @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
136 137 138 |
# File 'lib/udb/obj/parameter.rb', line 136 def value @value end |
Instance Method Details
#value_known? ⇒ Boolean
145 |
# File 'lib/udb/obj/parameter.rb', line 145 def value_known? = true |