Class: Kanrisuru::Core::IP::IPMAddressEntry
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPMAddressEntry
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#family ⇒ Object
Returns the value of attribute family.
-
#link ⇒ Object
Returns the value of attribute link.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
39 40 41 |
# File 'lib/kanrisuru/core/ip/types.rb', line 39 def address @address end |
#family ⇒ Object
Returns the value of attribute family
39 40 41 |
# File 'lib/kanrisuru/core/ip/types.rb', line 39 def family @family end |
#link ⇒ Object
Returns the value of attribute link
39 40 41 |
# File 'lib/kanrisuru/core/ip/types.rb', line 39 def link @link end |
#users ⇒ Object
Returns the value of attribute users
39 40 41 |
# File 'lib/kanrisuru/core/ip/types.rb', line 39 def users @users end |