class Nis::Struct::NamespaceMetaDataPair
@attr [String] meta @attr [String] namespace @see nemproject.github.io/#namespaceMetaDataPair
Attributes
meta[RW]
namespace[RW]
Public Class Methods
build(meta:, namespace:)
click to toggle source
# File lib/nis/struct/namespace_meta_data_pair.rb, line 9 def self.build(meta:, namespace:) new( meta: NamespaceMetaData.build(meta), namespace: Namespace.build(namespace) ) end