Class: Manywho::OutcomeResponse
Instance Attribute Summary collapse
-
#developerName ⇒ Object
Returns the value of attribute developerName.
-
#formElementBindingId ⇒ Object
Returns the value of attribute formElementBindingId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#order ⇒ Object
Returns the value of attribute order.
-
#pageActionBinding ⇒ Object
Returns the value of attribute pageActionBinding.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#developerName ⇒ Object
Returns the value of attribute developerName.
527 528 529 |
# File 'lib/manywho.rb', line 527 def developerName @developerName end |
#formElementBindingId ⇒ Object
Returns the value of attribute formElementBindingId.
527 528 529 |
# File 'lib/manywho.rb', line 527 def formElementBindingId @formElementBindingId end |
#id ⇒ Object
Returns the value of attribute id.
527 528 529 |
# File 'lib/manywho.rb', line 527 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
527 528 529 |
# File 'lib/manywho.rb', line 527 def label @label end |
#order ⇒ Object
Returns the value of attribute order.
527 528 529 |
# File 'lib/manywho.rb', line 527 def order @order end |
#pageActionBinding ⇒ Object
Returns the value of attribute pageActionBinding.
527 528 529 |
# File 'lib/manywho.rb', line 527 def pageActionBinding @pageActionBinding end |