1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title >
7+ Class: FormGenerator
8+
9+ — Documentation by YARD 0.9.37
10+
11+ </ title >
12+
13+ < link rel ="stylesheet " href ="css/style.css " type ="text/css " />
14+
15+ < link rel ="stylesheet " href ="css/common.css " type ="text/css " />
16+
17+ < script type ="text/javascript ">
18+ pathId = "FormGenerator" ;
19+ relpath = '' ;
20+ </ script >
21+
22+
23+ < script type ="text/javascript " charset ="utf-8 " src ="js/jquery.js "> </ script >
24+
25+ < script type ="text/javascript " charset ="utf-8 " src ="js/app.js "> </ script >
26+
27+
28+ </ head >
29+ < body >
30+ < div class ="nav_wrap ">
31+ < iframe id ="nav " src ="class_list.html?1 "> </ iframe >
32+ < div id ="resizer "> </ div >
33+ </ div >
34+
35+ < div id ="main " tabindex ="-1 ">
36+ < div id ="header ">
37+ < div id ="menu ">
38+
39+ < a href ="_index.html "> Index (F)</ a > »
40+
41+
42+ < span class ="title "> FormGenerator</ span >
43+
44+ </ div >
45+
46+ < div id ="search ">
47+
48+ < a class ="full_list_link " id ="class_list_link "
49+ href ="class_list.html ">
50+
51+ < svg width ="24 " height ="24 ">
52+ < rect x ="0 " y ="4 " width ="24 " height ="4 " rx ="1 " ry ="1 "> </ rect >
53+ < rect x ="0 " y ="12 " width ="24 " height ="4 " rx ="1 " ry ="1 "> </ rect >
54+ < rect x ="0 " y ="20 " width ="24 " height ="4 " rx ="1 " ry ="1 "> </ rect >
55+ </ svg >
56+ </ a >
57+
58+ </ div >
59+ < div class ="clear "> </ div >
60+ </ div >
61+
62+ < div id ="content "> < h1 > Class: FormGenerator
63+
64+
65+
66+ </ h1 >
67+ < div class ="box_info ">
68+
69+ < dl >
70+ < dt > Inherits:</ dt >
71+ < dd >
72+ < span class ="inheritName "> Rails::Generators::NamedBase</ span >
73+
74+ < ul class ="fullTree ">
75+ < li > Object</ li >
76+
77+ < li class ="next "> Rails::Generators::NamedBase</ li >
78+
79+ < li class ="next "> FormGenerator</ li >
80+
81+ </ ul >
82+ < a href ="# " class ="inheritanceTree "> show all</ a >
83+
84+ </ dd >
85+ </ dl >
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+ < dl >
98+ < dt > Defined in:</ dt >
99+ < dd > lib/generators/form/form_generator.rb</ dd >
100+ </ dl >
101+
102+ </ div >
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+ < h2 >
113+ Instance Method Summary
114+ < small > < a href ="# " class ="summary_toggle "> collapse</ a > </ small >
115+ </ h2 >
116+
117+ < ul class ="summary ">
118+
119+ < li class ="public ">
120+ < span class ="summary_signature ">
121+
122+ < a href ="#create_application_form-instance_method " title ="#create_application_form (instance method) "> #< strong > create_application_form</ strong > ⇒ Object </ a >
123+
124+
125+
126+ </ span >
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+ < span class ="summary_desc "> < div class ='inline '> </ div > </ span >
137+
138+ </ li >
139+
140+
141+ </ ul >
142+
143+
144+
145+
146+
147+ < div id ="instance_method_details " class ="method_details_list ">
148+ < h2 > Instance Method Details</ h2 >
149+
150+
151+ < div class ="method_details first ">
152+ < h3 class ="signature first " id ="create_application_form-instance_method ">
153+
154+ #< strong > create_application_form</ strong > ⇒ < tt > Object</ tt >
155+
156+
157+
158+
159+
160+ </ h3 > < table class ="source_code ">
161+ < tr >
162+ < td >
163+ < pre class ="lines ">
164+
165+
166+ 4
167+ 5
168+ 6</ pre >
169+ </ td >
170+ < td >
171+ < pre class ="code "> < span class ="info file "> # File 'lib/generators/form/form_generator.rb', line 4</ span >
172+
173+ < span class ='kw '> def</ span > < span class ='id identifier rubyid_create_application_form '> create_application_form</ span >
174+ < span class ='id identifier rubyid_template '> template</ span > < span class ='tstring '> < span class ='tstring_beg '> '</ span > < span class ='tstring_content '> form.rb</ span > < span class ='tstring_end '> '</ span > </ span > < span class ='comma '> ,</ span > < span class ='const '> File</ span > < span class ='period '> .</ span > < span class ='id identifier rubyid_join '> join</ span > < span class ='lparen '> (</ span > < span class ='tstring '> < span class ='tstring_beg '> '</ span > < span class ='tstring_content '> app/forms</ span > < span class ='tstring_end '> '</ span > </ span > < span class ='comma '> ,</ span > < span class ='id identifier rubyid_class_path '> class_path</ span > < span class ='comma '> ,</ span > < span class ='tstring '> < span class ='tstring_beg '> "</ span > < span class ='embexpr_beg '> #{</ span > < span class ='id identifier rubyid_file_name '> file_name</ span > < span class ='embexpr_end '> }</ span > < span class ='tstring_content '> _form.rb</ span > < span class ='tstring_end '> "</ span > </ span > < span class ='rparen '> )</ span >
175+ < span class ='kw '> end</ span > </ pre >
176+ </ td >
177+ </ tr >
178+ </ table >
179+ </ div >
180+
181+ </ div >
182+
183+ </ div >
184+
185+ < div id ="footer ">
186+ Generated on Mon Jan 13 17:26:04 2025 by
187+ < a href ="https://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
188+ 0.9.37 (ruby-3.3.1).
189+ </ div >
190+
191+ </ div >
192+ </ body >
193+ </ html >
0 commit comments