Class: ApiBanking::NotificationService::GetTopics::CriteriaDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/notificationService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



18
19
20
# File 'lib/api_banking/soap/notificationService.rb', line 18

def condition
  @condition
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/api_banking/soap/notificationService.rb', line 18

def name
  @name
end

#valueDataTypeObject

Returns the value of attribute valueDataType

Returns:

  • (Object)

    the current value of valueDataType



18
19
20
# File 'lib/api_banking/soap/notificationService.rb', line 18

def valueDataType
  @valueDataType
end