Class: Cuker::Identifier

Inherits:
Object
  • Object
show all
Defined in:
lib/cuker/helpers/formatters/csv_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



127
128
129
# File 'lib/cuker/helpers/formatters/csv_model.rb', line 127

def name
  @name
end

#patternObject

Returns the value of attribute pattern.



127
128
129
# File 'lib/cuker/helpers/formatters/csv_model.rb', line 127

def pattern
  @pattern
end

#titleObject

Returns the value of attribute title.



127
128
129
# File 'lib/cuker/helpers/formatters/csv_model.rb', line 127

def title
  @title
end