@@ -7,6 +7,38 @@ module TinyAdmin
77
88 attr_reader store: Store
99
10+ # Dynamically defined accessors for OPTIONS
11+ def authentication : () -> untyped
12+ def authentication= : (untyped ) -> untyped
13+ def authorization_class : () -> untyped
14+ def authorization_class= : (untyped ) -> untyped
15+ def components : () -> untyped
16+ def components= : (untyped ) -> untyped
17+ def content_page : () -> untyped
18+ def content_page= : (untyped ) -> untyped
19+ def extra_styles : () -> untyped
20+ def extra_styles= : (untyped ) -> untyped
21+ def helper_class : () -> untyped
22+ def helper_class= : (untyped ) -> untyped
23+ def page_not_allowed : () -> untyped
24+ def page_not_allowed= : (untyped ) -> untyped
25+ def page_not_found : () -> untyped
26+ def page_not_found= : (untyped ) -> untyped
27+ def record_not_found : () -> untyped
28+ def record_not_found= : (untyped ) -> untyped
29+ def repository : () -> untyped
30+ def repository= : (untyped ) -> untyped
31+ def root : () -> untyped
32+ def root= : (untyped ) -> untyped
33+ def root_path : () -> untyped
34+ def root_path= : (untyped ) -> untyped
35+ def sections : () -> untyped
36+ def sections= : (untyped ) -> untyped
37+ def scripts : () -> untyped
38+ def scripts= : (untyped ) -> untyped
39+ def style_links : () -> untyped
40+ def style_links= : (untyped ) -> untyped
41+
1042 def [] : (*String | Symbol) -> untyped
1143
1244 def []= : (*String | Symbol, untyped ) -> untyped
0 commit comments