Class: RspecTree::Example

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec_tree/example.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExample

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

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/rspec_tree/example.rb', line 5

def title
  @title
end