Class: Teak::AttrEncrypted::KEKProvider::Base
- Inherits:
-
Object
- Object
- Teak::AttrEncrypted::KEKProvider::Base
- Defined in:
- lib/teak/attr_encrypted/kek_provider/base.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(id) ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/teak/attr_encrypted/kek_provider/base.rb', line 9 def initialize(id) @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/teak/attr_encrypted/kek_provider/base.rb', line 7 def id @id end |