Class: Quonfig::Value
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::Value
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#confidential ⇒ Object
Returns the value of attribute confidential.
-
#decrypt_with ⇒ Object
Returns the value of attribute decrypt_with.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#confidential ⇒ Object
Returns the value of attribute confidential
8 9 10 |
# File 'lib/quonfig/types.rb', line 8 def confidential @confidential end |
#decrypt_with ⇒ Object
Returns the value of attribute decrypt_with
8 9 10 |
# File 'lib/quonfig/types.rb', line 8 def decrypt_with @decrypt_with end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/quonfig/types.rb', line 8 def type @type end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/quonfig/types.rb', line 8 def value @value end |