Class: Omnitest::Core::Dash

Inherits:
Hashie::Dash
  • Object
show all
Defined in:
yard_macros.rb

Class Method Summary collapse

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