Class: Manywho::PageContainerDataResponse
- Defined in:
- lib/manywho.rb
Instance Attribute Summary collapse
-
#isEnabled ⇒ Object
Returns the value of attribute isEnabled.
-
#isVisible ⇒ Object
Returns the value of attribute isVisible.
-
#pageContainerId ⇒ Object
Returns the value of attribute pageContainerId.
-
#tags ⇒ Object
Returns the value of attribute tags.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#isEnabled ⇒ Object
Returns the value of attribute isEnabled.
526 527 528 |
# File 'lib/manywho.rb', line 526 def isEnabled @isEnabled end |
#isVisible ⇒ Object
Returns the value of attribute isVisible.
526 527 528 |
# File 'lib/manywho.rb', line 526 def isVisible @isVisible end |
#pageContainerId ⇒ Object
Returns the value of attribute pageContainerId.
526 527 528 |
# File 'lib/manywho.rb', line 526 def pageContainerId @pageContainerId end |
#tags ⇒ Object
Returns the value of attribute tags.
526 527 528 |
# File 'lib/manywho.rb', line 526 def @tags end |