Class: Kanrisuru::Core::IP::IPMAddressEntry

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



39
40
41
# File 'lib/kanrisuru/core/ip/types.rb', line 39

def address
  @address
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



39
40
41
# File 'lib/kanrisuru/core/ip/types.rb', line 39

def family
  @family
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



39
40
41
# File 'lib/kanrisuru/core/ip/types.rb', line 39

def link
  @link
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



39
40
41
# File 'lib/kanrisuru/core/ip/types.rb', line 39

def users
  @users
end