Class: Infostrada::Referee
- Inherits:
-
Object
- Object
- Infostrada::Referee
- Defined in:
- lib/infostrada/referee.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nation ⇒ Object
Returns the value of attribute nation.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Referee
constructor
A new instance of Referee.
Constructor Details
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/infostrada/referee.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/infostrada/referee.rb', line 3 def name @name end |
#nation ⇒ Object
Returns the value of attribute nation.
3 4 5 |
# File 'lib/infostrada/referee.rb', line 3 def nation @nation end |