Class: Nis::Struct::ProvisionNamespaceTransaction
- Inherits:
-
Transaction
- Object
- Transaction
- Nis::Struct::ProvisionNamespaceTransaction
- Defined in:
- lib/nis/struct/provision_namespace_transaction.rb
Instance Attribute Summary collapse
-
#newPart ⇒ String
(also: #new_part)
The current value of newPart.
-
#parent ⇒ String
The current value of parent.
-
#rentalFee ⇒ Integer
(also: #rental_fee)
The current value of rentalFee.
-
#rentalFeeSink ⇒ String
(also: #rental_fee_sink)
The current value of rentalFeeSink.
Attributes inherited from Transaction
#deadline, #fee, #signer, #timeStamp, #type, #version
Method Summary
Methods inherited from Transaction
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#newPart ⇒ String Also known as: new_part
Returns the current value of newPart.
6 7 8 |
# File 'lib/nis/struct/provision_namespace_transaction.rb', line 6 def newPart @newPart end |
#parent ⇒ String
Returns the current value of parent.
6 7 8 |
# File 'lib/nis/struct/provision_namespace_transaction.rb', line 6 def parent @parent end |
#rentalFee ⇒ Integer Also known as: rental_fee
Returns the current value of rentalFee.
6 7 8 |
# File 'lib/nis/struct/provision_namespace_transaction.rb', line 6 def rentalFee @rentalFee end |
#rentalFeeSink ⇒ String Also known as: rental_fee_sink
Returns the current value of rentalFeeSink.
6 7 8 |
# File 'lib/nis/struct/provision_namespace_transaction.rb', line 6 def rentalFeeSink @rentalFeeSink end |