Class: Physicist::Laboratory::CreateScientist
- Inherits:
-
Metacosm::Command
- Object
- Metacosm::Command
- Physicist::Laboratory::CreateScientist
- Defined in:
- lib/physicist/laboratory/commands/create_scientist.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#position ⇒ Object
Returns the value of attribute position.
-
#scientist_id ⇒ Object
Returns the value of attribute scientist_id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#velocity ⇒ Object
Returns the value of attribute velocity.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/physicist/laboratory/commands/create_scientist.rb', line 4 def name @name end |
#position ⇒ Object
Returns the value of attribute position.
4 5 6 |
# File 'lib/physicist/laboratory/commands/create_scientist.rb', line 4 def position @position end |
#scientist_id ⇒ Object
Returns the value of attribute scientist_id.
4 5 6 |
# File 'lib/physicist/laboratory/commands/create_scientist.rb', line 4 def scientist_id @scientist_id end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/physicist/laboratory/commands/create_scientist.rb', line 4 def title @title end |
#velocity ⇒ Object
Returns the value of attribute velocity.
4 5 6 |
# File 'lib/physicist/laboratory/commands/create_scientist.rb', line 4 def velocity @velocity end |