Class: OsCtld::NetConfig::Addr
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::NetConfig::Addr
- Defined in:
- lib/osctld/net_config.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
14 15 16 |
# File 'lib/osctld/net_config.rb', line 14 def address @address end |
#prefix ⇒ Object
Returns the value of attribute prefix
14 15 16 |
# File 'lib/osctld/net_config.rb', line 14 def prefix @prefix end |
#version ⇒ Object
Returns the value of attribute version
14 15 16 |
# File 'lib/osctld/net_config.rb', line 14 def version @version end |