Class: EasyCreds::Providers::OnePassword::Result
- Inherits:
-
Data
- Object
- Data
- EasyCreds::Providers::OnePassword::Result
- Defined in:
- lib/easy_creds/providers/one_password.rb
Instance Attribute Summary collapse
-
#ok ⇒ Object
readonly
Returns the value of attribute ok.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Attribute Details
#ok ⇒ Object (readonly)
Returns the value of attribute ok
11 12 13 |
# File 'lib/easy_creds/providers/one_password.rb', line 11 def ok @ok end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
11 12 13 |
# File 'lib/easy_creds/providers/one_password.rb', line 11 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
11 12 13 |
# File 'lib/easy_creds/providers/one_password.rb', line 11 def stdout @stdout end |