Class: JsTestServer::Server::Views::Suite
- Inherits:
-
Page
- Object
- Erector::Widget
- Page
- JsTestServer::Server::Views::Suite
show all
- Defined in:
- lib/js_test_server/server/views/suite.html.rb
Instance Attribute Summary collapse
Class Method Summary
collapse
Methods inherited from Page
#content
Instance Attribute Details
#spec_files ⇒ Object
Returns the value of attribute spec_files.
21
22
23
|
# File 'lib/js_test_server/server/views/suite.html.rb', line 21
def spec_files
@spec_files
end
|
Class Method Details
.project_css_files ⇒ Object
11
12
13
|
# File 'lib/js_test_server/server/views/suite.html.rb', line 11
def project_css_files
@@project_css_files ||= []
end
|
.project_css_files=(files) ⇒ Object
15
16
17
|
# File 'lib/js_test_server/server/views/suite.html.rb', line 15
def project_css_files=(files)
@@project_css_files = files
end
|
.project_js_files ⇒ Object
3
4
5
|
# File 'lib/js_test_server/server/views/suite.html.rb', line 3
def project_js_files
@@project_js_files ||= []
end
|
.project_js_files=(files) ⇒ Object
7
8
9
|
# File 'lib/js_test_server/server/views/suite.html.rb', line 7
def project_js_files=(files)
@@project_js_files = files
end
|