Class: OsCtld::NetConfig::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/osctld/net_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



15
16
17
# File 'lib/osctld/net_config.rb', line 15

def address
  @address
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



15
16
17
# File 'lib/osctld/net_config.rb', line 15

def prefix
  @prefix
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



15
16
17
# File 'lib/osctld/net_config.rb', line 15

def version
  @version
end

#viaObject

Returns the value of attribute via

Returns:

  • (Object)

    the current value of via



15
16
17
# File 'lib/osctld/net_config.rb', line 15

def via
  @via
end