Class: RspecTree::Example
- Inherits:
-
Object
- Object
- RspecTree::Example
- Defined in:
- lib/rspec_tree/example.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize ⇒ Example
constructor
A new instance of Example.
Constructor Details
#initialize ⇒ Example
Returns a new instance of Example.
7 8 9 |
# File 'lib/rspec_tree/example.rb', line 7 def initialize @title = nil end |
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/rspec_tree/example.rb', line 5 def title @title end |