Class: Nis::Struct::AccountPrivateKeyTransactionsPage

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

Overview

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from Util::Assignable

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

Instance Attribute Details

#hashString

Returns the current value of hash.

Returns:

  • (String)

    the current value of hash



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

def hash
  @hash
end

#idInteger

Returns the current value of id.

Returns:

  • (Integer)

    the current value of id



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

def id
  @id
end

#valueString

Returns the current value of value.

Returns:

  • (String)

    the current value of value



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

def value
  @value
end

Class Method Details

.build(attrs) ⇒ Object



10
11
12
# File 'lib/nis/struct/account_private_key_transactions_page.rb', line 10

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