Method: Celerity::Element#identifier_string=

Defined in:
lib/celerity/element.rb

#identifier_string=(value) ⇒ Object

Sets the attribute identifier_string

Parameters:

  • value

    the value to set the attribute identifier_string to.



12
13
14
# File 'lib/celerity/element.rb', line 12

def identifier_string=(value)
  @identifier_string = value
end