Class: Kanrisuru::Core::IP::IPAddressInfo
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPAddressInfo
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#broadcast ⇒ Object
Returns the value of attribute broadcast.
-
#dynamic ⇒ Object
Returns the value of attribute dynamic.
-
#family ⇒ Object
Returns the value of attribute family.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#preferred_life_time ⇒ Object
Returns the value of attribute preferred_life_time.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#valid_life_time ⇒ Object
Returns the value of attribute valid_life_time.
Instance Attribute Details
#broadcast ⇒ Object
Returns the value of attribute broadcast
20 21 22 |
# File 'lib/kanrisuru/core/ip/types.rb', line 20 def broadcast @broadcast end |
#dynamic ⇒ Object
Returns the value of attribute dynamic
20 21 22 |
# File 'lib/kanrisuru/core/ip/types.rb', line 20 def dynamic @dynamic end |
#family ⇒ Object
Returns the value of attribute family
20 21 22 |
# File 'lib/kanrisuru/core/ip/types.rb', line 20 def family @family end |
#ip ⇒ Object
Returns the value of attribute ip
20 21 22 |
# File 'lib/kanrisuru/core/ip/types.rb', line 20 def ip @ip end |
#preferred_life_time ⇒ Object
Returns the value of attribute preferred_life_time
20 21 22 |
# File 'lib/kanrisuru/core/ip/types.rb', line 20 def preferred_life_time @preferred_life_time end |
#scope ⇒ Object
Returns the value of attribute scope
20 21 22 |
# File 'lib/kanrisuru/core/ip/types.rb', line 20 def scope @scope end |
#valid_life_time ⇒ Object
Returns the value of attribute valid_life_time
20 21 22 |
# File 'lib/kanrisuru/core/ip/types.rb', line 20 def valid_life_time @valid_life_time end |