lib/tamashii/agent/component.rb in tamashii-agent-0.3.1 vs lib/tamashii/agent/component.rb in tamashii-agent-0.3.3
- old
+ new
@@ -106,8 +106,12 @@
end
def get_device_class_name(device_name)
raise NotImplementedError
end
+
+ def display_name
+ @name
+ end
end
end
end