Class: Strut::Interaction
- Inherits:
-
Struct
- Object
- Struct
- Strut::Interaction
- Defined in:
- lib/strut/interaction_factory.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#statusCode ⇒ Object
Returns the value of attribute statusCode.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
2 3 4 |
# File 'lib/strut/interaction_factory.rb', line 2 def method @method end |
#statusCode ⇒ Object
Returns the value of attribute statusCode
2 3 4 |
# File 'lib/strut/interaction_factory.rb', line 2 def statusCode @statusCode end |
#uri ⇒ Object
Returns the value of attribute uri
2 3 4 |
# File 'lib/strut/interaction_factory.rb', line 2 def uri @uri end |