Class: Flatware::RSpec::Marshalable::ExampleGroup
- Inherits:
-
Struct
- Object
- Struct
- Flatware::RSpec::Marshalable::ExampleGroup
- Defined in:
- lib/flatware/rspec/marshalable/example_group.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
Instance Method Summary collapse
-
#initialize(rspec_example_group) ⇒ ExampleGroup
constructor
A new instance of ExampleGroup.
Constructor Details
#initialize(rspec_example_group) ⇒ ExampleGroup
Returns a new instance of ExampleGroup.
5 6 7 |
# File 'lib/flatware/rspec/marshalable/example_group.rb', line 5 def initialize(rspec_example_group) super(rspec_example_group.location) end |
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
4 5 6 |
# File 'lib/flatware/rspec/marshalable/example_group.rb', line 4 def location @location end |