Class: Nis::Struct::KeyPairViewModel
- Inherits:
-
Object
- Object
- Nis::Struct::KeyPairViewModel
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/key_pair_view_model.rb
Overview
Instance Attribute Summary collapse
-
#address ⇒ Nis::Unit::Address
The current value of address.
-
#privateKey ⇒ String
(also: #private_key)
The current value of privateKey.
-
#publicKey ⇒ String
(also: #public_key)
The current value of publicKey.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#address ⇒ Nis::Unit::Address
Returns the current value of address.
6 7 8 |
# File 'lib/nis/struct/key_pair_view_model.rb', line 6 def address @address end |
#privateKey ⇒ String Also known as: private_key
Returns the current value of privateKey.
6 7 8 |
# File 'lib/nis/struct/key_pair_view_model.rb', line 6 def privateKey @privateKey end |
#publicKey ⇒ String Also known as: public_key
Returns the current value of publicKey.
6 7 8 |
# File 'lib/nis/struct/key_pair_view_model.rb', line 6 def publicKey @publicKey end |