Module: Elasticshell::HasName
- Included in:
- Scopes::Index, Scopes::Mapping
- Defined in:
- lib/elasticshell/utils/has_name.rb
Constant Summary collapse
- FORBIDDEN_NAME_CHARS =
%r![/\s]!
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/elasticshell/utils/has_name.rb', line 6 def name @name end |