aboutsummaryrefslogtreecommitdiff
path: root/frame.rb
diff options
context:
space:
mode:
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}"