Class: Kanrisuru::Core::IP::IPAddressLabel

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



25
26
27
# File 'lib/kanrisuru/core/ip/types.rb', line 25

def address
  @address
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



25
26
27
# File 'lib/kanrisuru/core/ip/types.rb', line 25

def label
  @label
end

#prefix_lengthObject

Returns the value of attribute prefix_length

Returns:

  • (Object)

    the current value of prefix_length



25
26
27
# File 'lib/kanrisuru/core/ip/types.rb', line 25

def prefix_length
  @prefix_length
end