Class: TestsDoc::Index
- Inherits:
-
Struct
- Object
- Struct
- TestsDoc::Index
- Defined in:
- lib/tests_doc/index.rb
Constant Summary collapse
- PATH =
"README.md"
Instance Attribute Summary collapse
-
#endpoints ⇒ Object
Returns the value of attribute endpoints.
Instance Method Summary collapse
Instance Attribute Details
#endpoints ⇒ Object
Returns the value of attribute endpoints
5 6 7 |
# File 'lib/tests_doc/index.rb', line 5 def endpoints @endpoints end |
Instance Method Details
#write ⇒ Object
9 10 11 |
# File 'lib/tests_doc/index.rb', line 9 def write ::File.write(::File.join(TestsDoc.configuration.root_folder, PATH), content) end |