Class: Rubygoal::CoachDefinition::PlayerDefinition
- Inherits:
-
Struct
- Object
- Struct
- Rubygoal::CoachDefinition::PlayerDefinition
- Defined in:
- lib/rubygoal/coach_definition.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/rubygoal/coach_definition.rb', line 3 def name @name end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/rubygoal/coach_definition.rb', line 3 def type @type end |