Class: CustomerUsageBehavior

Inherits:
Struct
  • Object
show all
Defined in:
example/step_definitions/struct.rb

Overview

See Also:

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) days

Returns the value of attribute days

Returns:

  • (Object)

    the current value of days



4
5
6
# File 'example/step_definitions/struct.rb', line 4

def days
  @days
end

- (Object) direction

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



4
5
6
# File 'example/step_definitions/struct.rb', line 4

def direction
  @direction
end

- (Object) location

Returns the value of attribute location

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of quantity



4
5
6
# File 'example/step_definitions/struct.rb', line 4

def quantity
  @quantity
end

- (Object) time

Returns the value of attribute time

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of weight



4
5
6
# File 'example/step_definitions/struct.rb', line 4

def weight
  @weight
end