class Focus class Data attr_reader :data def initialize(data) @data = data end end end