Method: Nis::Struct::KeyPairViewModel#privateKey

Defined in:
lib/nis/struct/key_pair_view_model.rb,
lib/nis/struct/key_pair_view_model.rb

#privateKeyString Also known as: private_key

Returns the current value of privateKey.

Returns:

  • (String)

    the current value of privateKey



6
7
8
# File 'lib/nis/struct/key_pair_view_model.rb', line 6

def privateKey
  @privateKey
end