Class: Kanrisuru::Core::IP::IPAddressLabel
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPAddressLabel
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#label ⇒ Object
Returns the value of attribute label.
-
#prefix_length ⇒ Object
Returns the value of attribute prefix_length.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
25 26 27 |
# File 'lib/kanrisuru/core/ip/types.rb', line 25 def address @address end |
#label ⇒ Object
Returns the value of attribute label
25 26 27 |
# File 'lib/kanrisuru/core/ip/types.rb', line 25 def label @label end |
#prefix_length ⇒ Object
Returns the value of attribute prefix_length
25 26 27 |
# File 'lib/kanrisuru/core/ip/types.rb', line 25 def prefix_length @prefix_length end |