Class: CustomerUsageBehavior
- Inherits:
-
Struct
- Object
- Struct
- CustomerUsageBehavior
- Defined in:
- example/step_definitions/struct.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) days
Returns the value of attribute days.
-
- (Object) direction
Returns the value of attribute direction.
-
- (Object) location
Returns the value of attribute location.
-
- (Object) other_party
Returns the value of attribute other_party.
-
- (Object) quantity
Returns the value of attribute quantity.
-
- (Object) time
Returns the value of attribute time.
-
- (Object) usage_type
Returns the value of attribute usage_type.
-
- (Object) weight
Returns the value of attribute weight.
Instance Attribute Details
- (Object) days
Returns the value of attribute days
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def days @days end |
- (Object) direction
Returns the value of attribute direction
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def direction @direction end |
- (Object) location
Returns the value of attribute location
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def location @location end |
- (Object) other_party
Returns the value of attribute other_party
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def other_party @other_party end |
- (Object) quantity
Returns the value of attribute quantity
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def quantity @quantity end |
- (Object) time
Returns the value of attribute time
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def time @time end |
- (Object) usage_type
Returns the value of attribute usage_type
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def usage_type @usage_type end |
- (Object) weight
Returns the value of attribute weight
4 5 6 |
# File 'example/step_definitions/struct.rb', line 4 def weight @weight end |