Class: Gillbus::Seat
- Inherits:
-
Object
- Object
- Gillbus::Seat
- Extended by:
- Fields
- Includes:
- UpdateAttrs
- Defined in:
- lib/gillbus/structs/seat.rb
Instance Method Summary collapse
Methods included from Fields
Methods included from UpdateAttrs
Instance Method Details
#free? ⇒ Boolean
29 30 31 |
# File 'lib/gillbus/structs/seat.rb', line 29 def free? type == 3 || type == 9 end |
#isle? ⇒ Boolean
33 34 35 |
# File 'lib/gillbus/structs/seat.rb', line 33 def isle? type == 0 || type.nil? end |