Class: Nito::Pass
- Inherits:
-
Object
- Object
- Nito::Pass
- Defined in:
- lib/nito/pass.rb
Instance Attribute Summary collapse
-
#secret ⇒ Object
readonly
Returns the value of attribute secret.
Instance Method Summary collapse
-
#initialize ⇒ Pass
constructor
A new instance of Pass.
Constructor Details
#initialize ⇒ Pass
Returns a new instance of Pass.
6 7 8 |
# File 'lib/nito/pass.rb', line 6 def initialize get end |
Instance Attribute Details
#secret ⇒ Object (readonly)
Returns the value of attribute secret.
5 6 7 |
# File 'lib/nito/pass.rb', line 5 def secret @secret end |