Class: Quonfig::Value

Inherits:
Struct
  • Object
show all
Defined in:
lib/quonfig/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidentialObject

Returns the value of attribute confidential

Returns:

  • (Object)

    the current value of confidential



8
9
10
# File 'lib/quonfig/types.rb', line 8

def confidential
  @confidential
end

#decrypt_withObject

Returns the value of attribute decrypt_with

Returns:

  • (Object)

    the current value of decrypt_with



8
9
10
# File 'lib/quonfig/types.rb', line 8

def decrypt_with
  @decrypt_with
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/quonfig/types.rb', line 8

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/quonfig/types.rb', line 8

def value
  @value
end