Class: Team
- Inherits:
-
Struct
- Object
- Struct
- Team
- Defined in:
- lib/showdown-team-import.rb
Overview
Classes related to team parsing are defined here.
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
3 4 5 |
# File 'lib/showdown-team-import.rb', line 3 def content @content end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/showdown-team-import.rb', line 3 def name @name end |