Class: ONIX::Subject

Inherits:
SubsetDSL show all
Defined in:
lib/onix/subject.rb

Instance Method Summary collapse

Methods inherited from SubsetDSL

_ancestor_registered_scopes, _ancestors_registered_elements, ancestor_registered_scopes, ancestors_registered_elements, element, elements, get_class, #initialize, #parse, ref_to_short, registered_elements, registered_scopes, scope, short_to_ref, #unsupported

Methods inherited from Subset

parse, #parse, tag_match, #tag_match, #unsupported

Constructor Details

This class inherits a constructor from ONIX::SubsetDSL

Instance Method Details

#codeObject

shortcuts



15
16
17
# File 'lib/onix/subject.rb', line 15

def code
  @subject_code
end

#heading_textObject



19
20
21
# File 'lib/onix/subject.rb', line 19

def heading_text
  @subject_heading_text
end

#scheme_identifierObject



23
24
25
# File 'lib/onix/subject.rb', line 23

def scheme_identifier
  @subject_scheme_identifier
end

#scheme_nameObject



27
28
29
# File 'lib/onix/subject.rb', line 27

def scheme_name
  @subject_scheme_name
end

#scheme_versionObject



31
32
33
# File 'lib/onix/subject.rb', line 31

def scheme_version
  @subject_scheme_version
end