Class: Manywho::OutcomeResponse

Inherits:
MyStruct
  • Object
show all
Defined in:
lib/manywho.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from MyStruct

#initialize, #to_json

Constructor Details

This class inherits a constructor from Manywho::MyStruct

Instance Attribute Details

#developerNameObject

Returns the value of attribute developerName.



531
532
533
# File 'lib/manywho.rb', line 531

def developerName
  @developerName
end

#formElementBindingIdObject

Returns the value of attribute formElementBindingId.



531
532
533
# File 'lib/manywho.rb', line 531

def formElementBindingId
  @formElementBindingId
end

#idObject

Returns the value of attribute id.



531
532
533
# File 'lib/manywho.rb', line 531

def id
  @id
end

#labelObject

Returns the value of attribute label.



531
532
533
# File 'lib/manywho.rb', line 531

def label
  @label
end

#orderObject

Returns the value of attribute order.



531
532
533
# File 'lib/manywho.rb', line 531

def order
  @order
end

#pageActionBindingObject

Returns the value of attribute pageActionBinding.



531
532
533
# File 'lib/manywho.rb', line 531

def pageActionBinding
  @pageActionBinding
end