Class: KapsoClientRuby::Types::FlowData

Inherits:
FlowResponse show all
Defined in:
lib/kapso_client_ruby/types.rb

Instance Attribute Summary collapse

Attributes inherited from FlowResponse

#categories, #id, #json_version, #name, #status, #validation_errors

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ FlowData

Returns a new instance of FlowData.



244
245
246
247
248
249
250
# File 'lib/kapso_client_ruby/types.rb', line 244

def initialize(data)
  super(data)
  @endpoint_uri = data['endpoint_uri']
  @preview = data['preview']
   = data['whatsapp_business_account']
  @application = data['application']
end

Instance Attribute Details

#applicationObject (readonly)

Returns the value of attribute application.



242
243
244
# File 'lib/kapso_client_ruby/types.rb', line 242

def application
  @application
end

#endpoint_uriObject (readonly)

Returns the value of attribute endpoint_uri.



242
243
244
# File 'lib/kapso_client_ruby/types.rb', line 242

def endpoint_uri
  @endpoint_uri
end

#previewObject (readonly)

Returns the value of attribute preview.



242
243
244
# File 'lib/kapso_client_ruby/types.rb', line 242

def preview
  @preview
end

#whatsapp_business_accountObject (readonly)

Returns the value of attribute whatsapp_business_account.



242
243
244
# File 'lib/kapso_client_ruby/types.rb', line 242

def 
  
end