class Nis::Struct::Namespace

@attr [String] fqn @attr [String] owner @attr [Integer] height @see nemproject.github.io/#namespace

Attributes

fqn[RW]
height[RW]
owner[RW]

Public Class Methods

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