aboutsummaryrefslogtreecommitdiff
path: root/frame.rb
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2024-05-08 14:34:23 +0100
committerNat Lasseter <user@4574.co.uk>2024-05-08 14:34:23 +0100
commit053cb3d9b6f38269c5c0b769c204c873e3901bd7 (patch)
treefacd70719d4b5472297d3f80ac0ef0575dcad035 /frame.rb
parentff35b0bdce9f87b5b4603bd8acc94a7b2a363ffa (diff)
Fix id bug in frame
Diffstat (limited to 'frame.rb')
-rw-r--r--frame.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/frame.rb b/frame.rb
index 1fda655..b2ced43 100644
--- a/frame.rb
+++ b/frame.rb
@@ -4,7 +4,7 @@ class Frame
@id = id
end
- attr_accessor :iface
+ attr_accessor :iface, :id
def description
"Frame #{@id}"