class Nis::Struct::Error

@attr [Integer] timeStamp @attr [String] error @attr [String] message @attr [Integer] status @see nemproject.github.io/#error-object

Attributes

error[RW]
message[RW]
status[RW]
timeStamp[RW]
timestamp[RW]
timestamp=[RW]

Public Class Methods

build(attrs) click to toggle source
# File lib/nis/struct/error.rb, line 14
def self.build(attrs)
  new(attrs)
end