Class: Kanrisuru::Core::IP::IPLinkProperty
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPLinkProperty
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#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_mode ⇒ Object
Returns the value of attribute link_mode.
-
#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
#alias ⇒ Object
Returns the value of attribute alias
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def alias @alias end |
#flags ⇒ Object
Returns the value of attribute flags
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def flags @flags end |
#group ⇒ Object
Returns the value of attribute group
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def group @group end |
#index ⇒ Object
Returns the value of attribute index
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def index @index end |
#link_mode ⇒ Object
Returns the value of attribute link_mode
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def link_mode @link_mode end |
#link_type ⇒ Object
Returns the value of attribute link_type
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def link_type @link_type end |
#mac_address ⇒ Object
Returns the value of attribute mac_address
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def mac_address @mac_address end |
#mtu ⇒ Object
Returns the value of attribute mtu
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def mtu @mtu end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def name @name end |
#qdisc ⇒ Object
Returns the value of attribute qdisc
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def qdisc @qdisc end |
#qlen ⇒ Object
Returns the value of attribute qlen
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def qlen @qlen end |
#state ⇒ Object
Returns the value of attribute state
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def state @state end |
#stats ⇒ Object
Returns the value of attribute stats
6 7 8 |
# File 'lib/kanrisuru/core/ip/types.rb', line 6 def stats @stats end |