Class: JamesBond::Core::Mission::MissionConfig
- Inherits:
-
Struct
- Object
- Struct
- JamesBond::Core::Mission::MissionConfig
- Defined in:
- lib/james_bond/core/mission.rb
Instance Attribute Summary collapse
-
#main_commands ⇒ Object
Returns the value of attribute main_commands.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#main_commands ⇒ Object
Returns the value of attribute main_commands
6 7 8 |
# File 'lib/james_bond/core/mission.rb', line 6 def main_commands @main_commands end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/james_bond/core/mission.rb', line 6 def name @name end |