Class: Manywho::FlowResponse

Inherits:
MyStruct show all
Defined in:
lib/manywho.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from MyStruct

#to_json

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

#alertEmailObject

Returns the value of attribute alertEmail.



338
339
340
# File 'lib/manywho.rb', line 338

def alertEmail
  @alertEmail
end

#authorizationObject

Returns the value of attribute authorization.



338
339
340
# File 'lib/manywho.rb', line 338

def authorization
  @authorization
end

#dateCreatedObject

Returns the value of attribute dateCreated.



338
339
340
# File 'lib/manywho.rb', line 338

def dateCreated
  @dateCreated
end

#dateModifiedObject

Returns the value of attribute dateModified.



338
339
340
# File 'lib/manywho.rb', line 338

def dateModified
  @dateModified
end

#developerNameObject

Returns the value of attribute developerName.



338
339
340
# File 'lib/manywho.rb', line 338

def developerName
  @developerName
end

#developerSummaryObject

Returns the value of attribute developerSummary.



338
339
340
# File 'lib/manywho.rb', line 338

def developerSummary
  @developerSummary
end

#editingTokenObject

Returns the value of attribute editingToken.



338
339
340
# File 'lib/manywho.rb', line 338

def editingToken
  @editingToken
end

#idObject

Returns the value of attribute id.



338
339
340
# File 'lib/manywho.rb', line 338

def id
  @id
end

#isActiveObject

Returns the value of attribute isActive.



338
339
340
# File 'lib/manywho.rb', line 338

def isActive
  @isActive
end

#startMapElementIdObject

Returns the value of attribute startMapElementId.



338
339
340
# File 'lib/manywho.rb', line 338

def startMapElementId
  @startMapElementId
end

#userCreatedObject

Returns the value of attribute userCreated.



338
339
340
# File 'lib/manywho.rb', line 338

def userCreated
  @userCreated
end

#userModifiedObject

Returns the value of attribute userModified.



338
339
340
# File 'lib/manywho.rb', line 338

def userModified
  @userModified
end

#userOwnerObject

Returns the value of attribute userOwner.



338
339
340
# File 'lib/manywho.rb', line 338

def userOwner
  @userOwner
end