Class: Eiwa::Tag::ReadingMeaning

Inherits:
Any
  • Object
show all
Defined in:
lib/eiwa/tag/reading_meaning.rb

Instance Attribute Summary collapse

Attributes inherited from Any

#characters, #parent, #tag_name

Instance Method Summary collapse

Methods inherited from Any

#add_characters, #end_self, #start, #to_s

Instance Attribute Details

#rmgroupObject (readonly)

Returns the value of attribute rmgroup.



4
5
6
# File 'lib/eiwa/tag/reading_meaning.rb', line 4

def rmgroup
  @rmgroup
end

Instance Method Details

#end_child(child) ⇒ Object



6
7
8
# File 'lib/eiwa/tag/reading_meaning.rb', line 6

def end_child(child)
  @rmgroup = child if child.tag_name == "rmgroup"
end