Class: Strut::Interaction

Inherits:
Struct
  • Object
show all
Defined in:
lib/strut/interaction_factory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



2
3
4
# File 'lib/strut/interaction_factory.rb', line 2

def method
  @method
end

#statusCodeObject

Returns the value of attribute statusCode

Returns:

  • (Object)

    the current value of statusCode



2
3
4
# File 'lib/strut/interaction_factory.rb', line 2

def statusCode
  @statusCode
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



2
3
4
# File 'lib/strut/interaction_factory.rb', line 2

def uri
  @uri
end