Class: TmxParser::BeginPair

Inherits:
Pair
  • Object
show all
Defined in:
lib/tmx-parser/elements.rb

Instance Attribute Summary

Attributes inherited from Pair

#i, #text

Instance Method Summary collapse

Methods inherited from Pair

#==, #copy, #initialize, #receive_text

Constructor Details

This class inherits a constructor from TmxParser::Pair

Instance Method Details

#typeObject



143
144
145
# File 'lib/tmx-parser/elements.rb', line 143

def type
  :begin
end