Class: Kanrisuru::Core::IP::IPAddressProperty
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPAddressProperty
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#address_info ⇒ Object
Returns the value of attribute address_info.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#group ⇒ Object
Returns the value of attribute group.
-
#index ⇒ Object
Returns the value of attribute index.
-
#link_type ⇒ Object
Returns the value of attribute link_type.
-
#mac_address ⇒ Object
Returns the value of attribute mac_address.
-
#mtu ⇒ Object
Returns the value of attribute mtu.
-
#name ⇒ Object
Returns the value of attribute name.
-
#qdisc ⇒ Object
Returns the value of attribute qdisc.
-
#qlen ⇒ Object
Returns the value of attribute qlen.
-
#state ⇒ Object
Returns the value of attribute state.
-
#stats ⇒ Object
Returns the value of attribute stats.
Instance Attribute Details
#address_info ⇒ Object
Returns the value of attribute address_info
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def address_info @address_info end |
#flags ⇒ Object
Returns the value of attribute flags
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def flags @flags end |
#group ⇒ Object
Returns the value of attribute group
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def group @group end |
#index ⇒ Object
Returns the value of attribute index
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def index @index end |
#link_type ⇒ Object
Returns the value of attribute link_type
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def link_type @link_type end |
#mac_address ⇒ Object
Returns the value of attribute mac_address
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def mac_address @mac_address end |
#mtu ⇒ Object
Returns the value of attribute mtu
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def mtu @mtu end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def name @name end |
#qdisc ⇒ Object
Returns the value of attribute qdisc
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def qdisc @qdisc end |
#qlen ⇒ Object
Returns the value of attribute qlen
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def qlen @qlen end |
#state ⇒ Object
Returns the value of attribute state
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def state @state end |
#stats ⇒ Object
Returns the value of attribute stats
13 14 15 |
# File 'lib/kanrisuru/core/ip/types.rb', line 13 def stats @stats end |