Class: Nis::Struct::AccountPrivateKeyTransactionsPage
- Inherits:
-
Object
- Object
- Nis::Struct::AccountPrivateKeyTransactionsPage
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/account_private_key_transactions_page.rb
Overview
Instance Attribute Summary collapse
-
#hash ⇒ String
The current value of hash.
-
#id ⇒ Integer
The current value of id.
-
#value ⇒ String
The current value of value.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#hash ⇒ String
Returns the current value of hash.
6 7 8 |
# File 'lib/nis/struct/account_private_key_transactions_page.rb', line 6 def hash @hash end |
#id ⇒ Integer
Returns the current value of id.
6 7 8 |
# File 'lib/nis/struct/account_private_key_transactions_page.rb', line 6 def id @id end |
#value ⇒ String
Returns 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 |