Class: Nis::Struct::Namespace
- Inherits:
-
Object
- Object
- Nis::Struct::Namespace
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/namespace.rb
Overview
Instance Attribute Summary collapse
-
#fqn ⇒ String
The current value of fqn.
-
#height ⇒ Integer
The current value of height.
-
#owner ⇒ String
The current value of owner.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#fqn ⇒ String
Returns the current value of fqn.
6 7 8 |
# File 'lib/nis/struct/namespace.rb', line 6 def fqn @fqn end |
#height ⇒ Integer
Returns the current value of height.
6 7 8 |
# File 'lib/nis/struct/namespace.rb', line 6 def height @height end |
#owner ⇒ String
Returns the current value of owner.
6 7 8 |
# File 'lib/nis/struct/namespace.rb', line 6 def owner @owner end |
Class Method Details
.build(attrs) ⇒ Object
10 11 12 |
# File 'lib/nis/struct/namespace.rb', line 10 def self.build(attrs) new(attrs) end |