Class: Lockness::Show
- Inherits:
-
Object
- Object
- Lockness::Show
- Defined in:
- lib/lockness/show.rb
Instance Attribute Summary collapse
-
#encrypted_file ⇒ Object
readonly
Returns the value of attribute encrypted_file.
Instance Method Summary collapse
-
#initialize ⇒ Show
constructor
A new instance of Show.
- #show ⇒ Object
Constructor Details
#initialize ⇒ Show
Returns a new instance of Show.
6 7 8 |
# File 'lib/lockness/show.rb', line 6 def initialize @encrypted_file = EncryptedFile.new(path: PathBuilder.path) end |
Instance Attribute Details
#encrypted_file ⇒ Object (readonly)
Returns the value of attribute encrypted_file.
4 5 6 |
# File 'lib/lockness/show.rb', line 4 def encrypted_file @encrypted_file end |