Class: Manywho::EngineValue
Instance Attribute Summary collapse
-
#contentType ⇒ Object
Returns the value of attribute contentType.
-
#contentValue ⇒ Object
Returns the value of attribute contentValue.
-
#id ⇒ Object
Returns the value of attribute id.
-
#typeElementDeveloperName ⇒ Object
Returns the value of attribute typeElementDeveloperName.
-
#typeElementEntryDeveloperName ⇒ Object
Returns the value of attribute typeElementEntryDeveloperName.
-
#typeElementEntryId ⇒ Object
Returns the value of attribute typeElementEntryId.
-
#typeElementId ⇒ Object
Returns the value of attribute typeElementId.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#contentType ⇒ Object
Returns the value of attribute contentType.
551 552 553 |
# File 'lib/manywho.rb', line 551 def contentType @contentType end |
#contentValue ⇒ Object
Returns the value of attribute contentValue.
551 552 553 |
# File 'lib/manywho.rb', line 551 def contentValue @contentValue end |
#id ⇒ Object
Returns the value of attribute id.
551 552 553 |
# File 'lib/manywho.rb', line 551 def id @id end |
#typeElementDeveloperName ⇒ Object
Returns the value of attribute typeElementDeveloperName.
551 552 553 |
# File 'lib/manywho.rb', line 551 def typeElementDeveloperName @typeElementDeveloperName end |
#typeElementEntryDeveloperName ⇒ Object
Returns the value of attribute typeElementEntryDeveloperName.
551 552 553 |
# File 'lib/manywho.rb', line 551 def typeElementEntryDeveloperName @typeElementEntryDeveloperName end |
#typeElementEntryId ⇒ Object
Returns the value of attribute typeElementEntryId.
551 552 553 |
# File 'lib/manywho.rb', line 551 def typeElementEntryId @typeElementEntryId end |
#typeElementId ⇒ Object
Returns the value of attribute typeElementId.
551 552 553 |
# File 'lib/manywho.rb', line 551 def typeElementId @typeElementId end |