Class: RSpec::Core::Example
- Inherits:
-
Object
- Object
- RSpec::Core::Example
- Defined in:
- lib/norad_spec_runner/example.rb
Instance Attribute Summary collapse
-
#norad_description ⇒ Object
Returns the value of attribute norad_description.
-
#norad_nid ⇒ Object
Returns the value of attribute norad_nid.
-
#norad_output ⇒ Object
Returns the value of attribute norad_output.
Instance Attribute Details
#norad_description ⇒ Object
Returns the value of attribute norad_description.
6 7 8 |
# File 'lib/norad_spec_runner/example.rb', line 6 def norad_description @norad_description end |
#norad_nid ⇒ Object
Returns the value of attribute norad_nid.
6 7 8 |
# File 'lib/norad_spec_runner/example.rb', line 6 def norad_nid @norad_nid end |
#norad_output ⇒ Object
Returns the value of attribute norad_output.
6 7 8 |
# File 'lib/norad_spec_runner/example.rb', line 6 def norad_output @norad_output end |