Class: Nis::Struct::RequestPrepareAnnounce

Inherits:
Object
  • Object
show all
Includes:
Util::Assignable
Defined in:
lib/nis/struct/request_prepare_announce.rb

Overview

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from Util::Assignable

#[], #initialize, #to_hash, #to_json

Instance Attribute Details

#privateKeyString Also known as: private_key

Returns the current value of privateKey.

Returns:

  • (String)

    the current value of privateKey



5
6
7
# File 'lib/nis/struct/request_prepare_announce.rb', line 5

def privateKey
  @privateKey
end

#transactionNis::Struct::Transaction

Returns the current value of transaction.

Returns:



5
6
7
# File 'lib/nis/struct/request_prepare_announce.rb', line 5

def transaction
  @transaction
end

Class Method Details

.build(attrs) ⇒ Object



12
13
14
# File 'lib/nis/struct/request_prepare_announce.rb', line 12

def self.build(attrs)
  new(attrs)
end