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.



515
516
517
# File 'lib/manywho.rb', line 515

def content
  @content
end

#contentValueObject

Returns the value of attribute contentValue.



515
516
517
# File 'lib/manywho.rb', line 515

def contentValue
  @contentValue
end

#isEditableObject

Returns the value of attribute isEditable.



515
516
517
# File 'lib/manywho.rb', line 515

def isEditable
  @isEditable
end

#isEnabledObject

Returns the value of attribute isEnabled.



515
516
517
# File 'lib/manywho.rb', line 515

def isEnabled
  @isEnabled
end

#isRequiredObject

Returns the value of attribute isRequired.



515
516
517
# File 'lib/manywho.rb', line 515

def isRequired
  @isRequired
end

#isValidObject

Returns the value of attribute isValid.



515
516
517
# File 'lib/manywho.rb', line 515

def isValid
  @isValid
end

#isVisibleObject

Returns the value of attribute isVisible.



515
516
517
# File 'lib/manywho.rb', line 515

def isVisible
  @isVisible
end

#objectDataObject

Returns the value of attribute objectData.



515
516
517
# File 'lib/manywho.rb', line 515

def objectData
  @objectData
end

#objectDataRequestObject

Returns the value of attribute objectDataRequest.



515
516
517
# File 'lib/manywho.rb', line 515

def objectDataRequest
  @objectDataRequest
end

#pageComponentIdObject

Returns the value of attribute pageComponentId.



515
516
517
# File 'lib/manywho.rb', line 515

def pageComponentId
  @pageComponentId
end

#tagsObject

Returns the value of attribute tags.



515
516
517
# File 'lib/manywho.rb', line 515

def tags
  @tags
end

#validationMessageObject

Returns the value of attribute validationMessage.



515
516
517
# File 'lib/manywho.rb', line 515

def validationMessage
  @validationMessage
end