Class: Nis::Struct::ProvisionNamespaceTransaction

Inherits:
Transaction
  • Object
show all
Defined in:
lib/nis/struct/provision_namespace_transaction.rb

Instance Attribute Summary collapse

Attributes inherited from Transaction

#deadline, #fee, #signer, #timeStamp, #type, #version

Method Summary

Methods inherited from Transaction

build

Methods included from Util::Assignable

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

Instance Attribute Details

#newPartString Also known as: new_part

Returns the current value of newPart.

Returns:

  • (String)

    the current value of newPart



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

def newPart
  @newPart
end

#parentString

Returns the current value of parent.

Returns:

  • (String)

    the current value of parent



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

def parent
  @parent
end

#rentalFeeInteger Also known as: rental_fee

Returns the current value of rentalFee.

Returns:

  • (Integer)

    the current value of rentalFee



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

def rentalFee
  @rentalFee
end

#rentalFeeSinkString Also known as: rental_fee_sink

Returns the current value of rentalFeeSink.

Returns:

  • (String)

    the current value of rentalFeeSink



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

def rentalFeeSink
  @rentalFeeSink
end