Class: Packet::Facility

Inherits:
Object
  • Object
show all
Includes:
Entity
Defined in:
lib/packet/facility.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



6
7
8
# File 'lib/packet/facility.rb', line 6

def code
  @code
end

#featuresObject

Returns the value of attribute features.



7
8
9
# File 'lib/packet/facility.rb', line 7

def features
  @features
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/packet/facility.rb', line 5

def name
  @name
end