Class: Manywho::PageComponentDataResponse

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

#contentObject

Returns the value of attribute content.



519
520
521
# File 'lib/manywho.rb', line 519

def content
  @content
end

#contentValueObject

Returns the value of attribute contentValue.



519
520
521
# File 'lib/manywho.rb', line 519

def contentValue
  @contentValue
end

#isEditableObject

Returns the value of attribute isEditable.



519
520
521
# File 'lib/manywho.rb', line 519

def isEditable
  @isEditable
end

#isEnabledObject

Returns the value of attribute isEnabled.



519
520
521
# File 'lib/manywho.rb', line 519

def isEnabled
  @isEnabled
end

#isRequiredObject

Returns the value of attribute isRequired.



519
520
521
# File 'lib/manywho.rb', line 519

def isRequired
  @isRequired
end

#isValidObject

Returns the value of attribute isValid.



519
520
521
# File 'lib/manywho.rb', line 519

def isValid
  @isValid
end

#isVisibleObject

Returns the value of attribute isVisible.



519
520
521
# File 'lib/manywho.rb', line 519

def isVisible
  @isVisible
end

#objectDataObject

Returns the value of attribute objectData.



519
520
521
# File 'lib/manywho.rb', line 519

def objectData
  @objectData
end

#objectDataRequestObject

Returns the value of attribute objectDataRequest.



519
520
521
# File 'lib/manywho.rb', line 519

def objectDataRequest
  @objectDataRequest
end

#pageComponentIdObject

Returns the value of attribute pageComponentId.



519
520
521
# File 'lib/manywho.rb', line 519

def pageComponentId
  @pageComponentId
end

#tagsObject

Returns the value of attribute tags.



519
520
521
# File 'lib/manywho.rb', line 519

def tags
  @tags
end

#validationMessageObject

Returns the value of attribute validationMessage.



519
520
521
# File 'lib/manywho.rb', line 519

def validationMessage
  @validationMessage
end