Class: Packet::Facility
- Inherits:
-
Object
- Object
- Packet::Facility
- Includes:
- Entity
- Defined in:
- lib/packet/facility.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#features ⇒ Object
Returns the value of attribute features.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
6 7 8 |
# File 'lib/packet/facility.rb', line 6 def code @code end |
#features ⇒ Object
Returns the value of attribute features.
7 8 9 |
# File 'lib/packet/facility.rb', line 7 def features @features end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/packet/facility.rb', line 5 def name @name end |