Class: Kanrisuru::Core::IP::IPAddressInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/ip/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#broadcastObject

Returns the value of attribute broadcast

Returns:

  • (Object)

    the current value of broadcast



20
21
22
# File 'lib/kanrisuru/core/ip/types.rb', line 20

def broadcast
  @broadcast
end

#dynamicObject

Returns the value of attribute dynamic

Returns:

  • (Object)

    the current value of dynamic



20
21
22
# File 'lib/kanrisuru/core/ip/types.rb', line 20

def dynamic
  @dynamic
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



20
21
22
# File 'lib/kanrisuru/core/ip/types.rb', line 20

def family
  @family
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



20
21
22
# File 'lib/kanrisuru/core/ip/types.rb', line 20

def ip
  @ip
end

#preferred_life_timeObject

Returns the value of attribute preferred_life_time

Returns:

  • (Object)

    the current value of preferred_life_time



20
21
22
# File 'lib/kanrisuru/core/ip/types.rb', line 20

def preferred_life_time
  @preferred_life_time
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



20
21
22
# File 'lib/kanrisuru/core/ip/types.rb', line 20

def scope
  @scope
end

#valid_life_timeObject

Returns the value of attribute valid_life_time

Returns:

  • (Object)

    the current value of valid_life_time



20
21
22
# File 'lib/kanrisuru/core/ip/types.rb', line 20

def valid_life_time
  @valid_life_time
end