Method: Classifoclc::Work#title

Defined in:
lib/classifoclc/work.rb

#titleString

Get the title

Returns:

  • (String)


22
23
24
# File 'lib/classifoclc/work.rb', line 22

def title
  @work['title']
end