Class: Manywho::FlowResponse
Instance Attribute Summary collapse
-
#alertEmail ⇒ Object
Returns the value of attribute alertEmail.
-
#authorization ⇒ Object
Returns the value of attribute authorization.
-
#dateCreated ⇒ Object
Returns the value of attribute dateCreated.
-
#dateModified ⇒ Object
Returns the value of attribute dateModified.
-
#developerName ⇒ Object
Returns the value of attribute developerName.
-
#developerSummary ⇒ Object
Returns the value of attribute developerSummary.
-
#editingToken ⇒ Object
Returns the value of attribute editingToken.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isActive ⇒ Object
Returns the value of attribute isActive.
-
#startMapElementId ⇒ Object
Returns the value of attribute startMapElementId.
-
#userCreated ⇒ Object
Returns the value of attribute userCreated.
-
#userModified ⇒ Object
Returns the value of attribute userModified.
-
#userOwner ⇒ Object
Returns the value of attribute userOwner.
Instance Method Summary collapse
-
#initialize(jsonValue) ⇒ FlowResponse
constructor
A new instance of FlowResponse.
Methods inherited from MyStruct
Constructor Details
#initialize(jsonValue) ⇒ FlowResponse
Returns a new instance of FlowResponse.
344 345 346 347 |
# File 'lib/manywho.rb', line 344 def initialize(jsonValue) super(jsonValue) @id = FlowIdentifier.new(@id) end |
Instance Attribute Details
#alertEmail ⇒ Object
Returns the value of attribute alertEmail.
338 339 340 |
# File 'lib/manywho.rb', line 338 def alertEmail @alertEmail end |
#authorization ⇒ Object
Returns the value of attribute authorization.
338 339 340 |
# File 'lib/manywho.rb', line 338 def @authorization end |
#dateCreated ⇒ Object
Returns the value of attribute dateCreated.
338 339 340 |
# File 'lib/manywho.rb', line 338 def dateCreated @dateCreated end |
#dateModified ⇒ Object
Returns the value of attribute dateModified.
338 339 340 |
# File 'lib/manywho.rb', line 338 def dateModified @dateModified end |
#developerName ⇒ Object
Returns the value of attribute developerName.
338 339 340 |
# File 'lib/manywho.rb', line 338 def developerName @developerName end |
#developerSummary ⇒ Object
Returns the value of attribute developerSummary.
338 339 340 |
# File 'lib/manywho.rb', line 338 def developerSummary @developerSummary end |
#editingToken ⇒ Object
Returns the value of attribute editingToken.
338 339 340 |
# File 'lib/manywho.rb', line 338 def editingToken @editingToken end |
#id ⇒ Object
Returns the value of attribute id.
338 339 340 |
# File 'lib/manywho.rb', line 338 def id @id end |
#isActive ⇒ Object
Returns the value of attribute isActive.
338 339 340 |
# File 'lib/manywho.rb', line 338 def isActive @isActive end |
#startMapElementId ⇒ Object
Returns the value of attribute startMapElementId.
338 339 340 |
# File 'lib/manywho.rb', line 338 def startMapElementId @startMapElementId end |
#userCreated ⇒ Object
Returns the value of attribute userCreated.
338 339 340 |
# File 'lib/manywho.rb', line 338 def userCreated @userCreated end |
#userModified ⇒ Object
Returns the value of attribute userModified.
338 339 340 |
# File 'lib/manywho.rb', line 338 def userModified @userModified end |
#userOwner ⇒ Object
Returns the value of attribute userOwner.
338 339 340 |
# File 'lib/manywho.rb', line 338 def userOwner @userOwner end |