Method: Shomen::Model::Constant#name

Defined in:
lib/shomen/model/constant.rb

#nameObject

Constant’s basename, must start with a capitalized letter.



13
14
15
# File 'lib/shomen/model/constant.rb', line 13

def name
  @name
end