Class: Kanrisuru::Core::IP::IPMAddress
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPMAddress
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#maddr ⇒ Object
Returns the value of attribute maddr.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
38 39 40 |
# File 'lib/kanrisuru/core/ip/types.rb', line 38 def index @index end |
#maddr ⇒ Object
Returns the value of attribute maddr
38 39 40 |
# File 'lib/kanrisuru/core/ip/types.rb', line 38 def maddr @maddr end |
#name ⇒ Object
Returns the value of attribute name
38 39 40 |
# File 'lib/kanrisuru/core/ip/types.rb', line 38 def name @name end |