Class: Manywho::PageContainerDataResponse

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

#isEnabledObject

Returns the value of attribute isEnabled.



526
527
528
# File 'lib/manywho.rb', line 526

def isEnabled
  @isEnabled
end

#isVisibleObject

Returns the value of attribute isVisible.



526
527
528
# File 'lib/manywho.rb', line 526

def isVisible
  @isVisible
end

#pageContainerIdObject

Returns the value of attribute pageContainerId.



526
527
528
# File 'lib/manywho.rb', line 526

def pageContainerId
  @pageContainerId
end

#tagsObject

Returns the value of attribute tags.



526
527
528
# File 'lib/manywho.rb', line 526

def tags
  @tags
end