Class: Omnitest::Core::Dash
- Inherits:
-
Hashie::Dash
- Object
- Hashie::Dash
- Omnitest::Core::Dash
- Defined in:
- yard_macros.rb
Direct Known Subclasses
Omnitest::Configuration, Project, Project::GitOptions, ProjectSet, Workflow
Class Method Summary collapse
-
.field(_name, _type, _opts = {}) ⇒ Object
private
Dummy method to load macro, see omnitest-core for the actual implementation.
-
.required_field(_name, _type, _opts = {}) ⇒ Object
private
Dummy method to load macro, see omnitest-core for the actual implementation.
Class Method Details
.field(_name, _type, _opts = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Dummy method to load macro, see omnitest-core for the actual implementation
12 13 |
# File 'yard_macros.rb', line 12 def self.field(_name, _type, _opts = {}) end |
.required_field(_name, _type, _opts = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Dummy method to load macro, see omnitest-core for the actual implementation
21 22 |
# File 'yard_macros.rb', line 21 def self.required_field(_name, _type, _opts = {}) end |