Class: Team

Inherits:
Struct
  • Object
show all
Defined in:
lib/showdown-team-import.rb

Overview

Classes related to team parsing are defined here.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



3
4
5
# File 'lib/showdown-team-import.rb', line 3

def content
  @content
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/showdown-team-import.rb', line 3

def name
  @name
end