class Foo attr_reader reader_example: Integer attr_writer writer_example: Integer attr_accessor accessor_example: Integer end