aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun.rb13
1 files changed, 6 insertions, 7 deletions
diff --git a/run.rb b/run.rb
index 3862a05..c0d8457 100755
--- a/run.rb
+++ b/run.rb
@@ -831,13 +831,12 @@ module PiBench
# Fetch any data (if needed) and parse it.
#
class Model
- attr_reader :config
- attr_reader :log
-
- attr_reader :speeds
- attr_reader :versions
- attr_reader :cpus
- attr_reader :svgs
+ attr :config,
+ :log,
+ :speeds,
+ :versions,
+ :cpus,
+ :svgs
#
# Create model instance based on given config.