Class: Manywho::PageComponentResponse
- Defined in:
- lib/manywho.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#componentType ⇒ Object
Returns the value of attribute componentType.
-
#contentType ⇒ Object
Returns the value of attribute contentType.
-
#developerName ⇒ Object
Returns the value of attribute developerName.
-
#hasEvents ⇒ Object
Returns the value of attribute hasEvents.
-
#height ⇒ Object
Returns the value of attribute height.
-
#helpInfo ⇒ Object
Returns the value of attribute helpInfo.
-
#hintValue ⇒ Object
Returns the value of attribute hintValue.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isMultiSelect ⇒ Object
Returns the value of attribute isMultiSelect.
-
#label ⇒ Object
Returns the value of attribute label.
-
#maxSize ⇒ Object
Returns the value of attribute maxSize.
-
#order ⇒ Object
Returns the value of attribute order.
-
#pageContainerDeveloperName ⇒ Object
Returns the value of attribute pageContainerDeveloperName.
-
#pageContainerId ⇒ Object
Returns the value of attribute pageContainerId.
-
#size ⇒ Object
Returns the value of attribute size.
-
#width ⇒ Object
Returns the value of attribute width.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns.
510 511 512 |
# File 'lib/manywho.rb', line 510 def columns @columns end |
#componentType ⇒ Object
Returns the value of attribute componentType.
510 511 512 |
# File 'lib/manywho.rb', line 510 def componentType @componentType end |
#contentType ⇒ Object
Returns the value of attribute contentType.
510 511 512 |
# File 'lib/manywho.rb', line 510 def contentType @contentType end |
#developerName ⇒ Object
Returns the value of attribute developerName.
510 511 512 |
# File 'lib/manywho.rb', line 510 def developerName @developerName end |
#hasEvents ⇒ Object
Returns the value of attribute hasEvents.
510 511 512 |
# File 'lib/manywho.rb', line 510 def hasEvents @hasEvents end |
#height ⇒ Object
Returns the value of attribute height.
510 511 512 |
# File 'lib/manywho.rb', line 510 def height @height end |
#helpInfo ⇒ Object
Returns the value of attribute helpInfo.
510 511 512 |
# File 'lib/manywho.rb', line 510 def helpInfo @helpInfo end |
#hintValue ⇒ Object
Returns the value of attribute hintValue.
510 511 512 |
# File 'lib/manywho.rb', line 510 def hintValue @hintValue end |
#id ⇒ Object
Returns the value of attribute id.
510 511 512 |
# File 'lib/manywho.rb', line 510 def id @id end |
#isMultiSelect ⇒ Object
Returns the value of attribute isMultiSelect.
510 511 512 |
# File 'lib/manywho.rb', line 510 def isMultiSelect @isMultiSelect end |
#label ⇒ Object
Returns the value of attribute label.
510 511 512 |
# File 'lib/manywho.rb', line 510 def label @label end |
#maxSize ⇒ Object
Returns the value of attribute maxSize.
510 511 512 |
# File 'lib/manywho.rb', line 510 def maxSize @maxSize end |
#order ⇒ Object
Returns the value of attribute order.
510 511 512 |
# File 'lib/manywho.rb', line 510 def order @order end |
#pageContainerDeveloperName ⇒ Object
Returns the value of attribute pageContainerDeveloperName.
510 511 512 |
# File 'lib/manywho.rb', line 510 def pageContainerDeveloperName @pageContainerDeveloperName end |
#pageContainerId ⇒ Object
Returns the value of attribute pageContainerId.
510 511 512 |
# File 'lib/manywho.rb', line 510 def pageContainerId @pageContainerId end |
#size ⇒ Object
Returns the value of attribute size.
510 511 512 |
# File 'lib/manywho.rb', line 510 def size @size end |
#width ⇒ Object
Returns the value of attribute width.
510 511 512 |
# File 'lib/manywho.rb', line 510 def width @width end |