Class: Manywho::PageComponentDataResponse
- Defined in:
- lib/manywho.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#contentValue ⇒ Object
Returns the value of attribute contentValue.
-
#isEditable ⇒ Object
Returns the value of attribute isEditable.
-
#isEnabled ⇒ Object
Returns the value of attribute isEnabled.
-
#isRequired ⇒ Object
Returns the value of attribute isRequired.
-
#isValid ⇒ Object
Returns the value of attribute isValid.
-
#isVisible ⇒ Object
Returns the value of attribute isVisible.
-
#objectData ⇒ Object
Returns the value of attribute objectData.
-
#objectDataRequest ⇒ Object
Returns the value of attribute objectDataRequest.
-
#pageComponentId ⇒ Object
Returns the value of attribute pageComponentId.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#validationMessage ⇒ Object
Returns the value of attribute validationMessage.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
519 520 521 |
# File 'lib/manywho.rb', line 519 def content @content end |
#contentValue ⇒ Object
Returns the value of attribute contentValue.
519 520 521 |
# File 'lib/manywho.rb', line 519 def contentValue @contentValue end |
#isEditable ⇒ Object
Returns the value of attribute isEditable.
519 520 521 |
# File 'lib/manywho.rb', line 519 def isEditable @isEditable end |
#isEnabled ⇒ Object
Returns the value of attribute isEnabled.
519 520 521 |
# File 'lib/manywho.rb', line 519 def isEnabled @isEnabled end |
#isRequired ⇒ Object
Returns the value of attribute isRequired.
519 520 521 |
# File 'lib/manywho.rb', line 519 def isRequired @isRequired end |
#isValid ⇒ Object
Returns the value of attribute isValid.
519 520 521 |
# File 'lib/manywho.rb', line 519 def isValid @isValid end |
#isVisible ⇒ Object
Returns the value of attribute isVisible.
519 520 521 |
# File 'lib/manywho.rb', line 519 def isVisible @isVisible end |
#objectData ⇒ Object
Returns the value of attribute objectData.
519 520 521 |
# File 'lib/manywho.rb', line 519 def objectData @objectData end |
#objectDataRequest ⇒ Object
Returns the value of attribute objectDataRequest.
519 520 521 |
# File 'lib/manywho.rb', line 519 def objectDataRequest @objectDataRequest end |
#pageComponentId ⇒ Object
Returns the value of attribute pageComponentId.
519 520 521 |
# File 'lib/manywho.rb', line 519 def pageComponentId @pageComponentId end |
#tags ⇒ Object
Returns the value of attribute tags.
519 520 521 |
# File 'lib/manywho.rb', line 519 def @tags end |
#validationMessage ⇒ Object
Returns the value of attribute validationMessage.
519 520 521 |
# File 'lib/manywho.rb', line 519 def validationMessage @validationMessage end |