Method: Celerity::Element#identifier_string=
- Defined in:
- lib/celerity/element.rb
#identifier_string=(value) ⇒ Object
Sets the attribute identifier_string
12 13 14 |
# File 'lib/celerity/element.rb', line 12 def identifier_string=(value) @identifier_string = value end |