Class: EasyCreds::Providers::OnePassword::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/easy_creds/providers/one_password.rb

Instance Attribute Summary collapse

Instance Attribute Details

#okObject (readonly)

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



11
12
13
# File 'lib/easy_creds/providers/one_password.rb', line 11

def ok
  @ok
end

#stderrObject (readonly)

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



11
12
13
# File 'lib/easy_creds/providers/one_password.rb', line 11

def stderr
  @stderr
end

#stdoutObject (readonly)

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



11
12
13
# File 'lib/easy_creds/providers/one_password.rb', line 11

def stdout
  @stdout
end