module Ruconomic::API::SumInterval

Public Class Methods

create() click to toggle source

Creates a new sum interval. Parameters: account: The account the sum interval is for. fromAccount: The from-account of the sum interval. toAccount: The to-account of the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_Create @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 84
def self.create
  response = invoke('SumInterval_Create') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
create_from_data() click to toggle source

Creates a new sum interval from a data object. Parameters: data: The data object that specifies the properties of the new sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_CreateFromData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 12
def self.create_from_data
  response = invoke('SumInterval_CreateFromData') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
create_from_data_array() click to toggle source

Creates new sum interval from data objects. Parameters: dataArray: The array of data objects that specifies the properties of the new sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_CreateFromDataArray @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 24
def self.create_from_data_array
  response = invoke('SumInterval_CreateFromDataArray') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
delete() click to toggle source

Deletes a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_Delete @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 96
def self.delete
  response = invoke('SumInterval_Delete') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_account() click to toggle source

Gets a handle for the account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetAccount @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 108
def self.get_account
  response = invoke('SumInterval_GetAccount') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_data() click to toggle source

Returns a sum interval data object for a given sum interval. Parameters: entityHandle: A handle for the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 60
def self.get_data
  response = invoke('SumInterval_GetData') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_data_array() click to toggle source

Returns sum interval data objects for a given set of sum interval handles. Parameters: entityHandles: An array of the sum interval handles.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetDataArray @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 72
def self.get_data_array
  response = invoke('SumInterval_GetDataArray') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_from_account() click to toggle source

Gets the from-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetFromAccount @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 120
def self.get_from_account
  response = invoke('SumInterval_GetFromAccount') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_to_account() click to toggle source

Gets the to-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetToAccount @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 144
def self.get_to_account
  response = invoke('SumInterval_GetToAccount') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
set_from_account() click to toggle source

Sets the from-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval. value: The new from-account of the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_SetFromAccount @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 132
def self.set_from_account
  response = invoke('SumInterval_SetFromAccount') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
set_to_account() click to toggle source

Sets the to-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval. value: The new to-account of the sum interval.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_SetToAccount @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 156
def self.set_to_account
  response = invoke('SumInterval_SetToAccount') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
update_from_data() click to toggle source

Updates a sum interval from a data object. Parameters: data: The data object.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_UpdateFromData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 48
def self.update_from_data
  response = invoke('SumInterval_UpdateFromData') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
update_from_data_array() click to toggle source

Update sum interval entities from data objects. Parameters: dataArray: The array of data objects.

@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_UpdateFromDataArray @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/sum_interval.rb, line 36
def self.update_from_data_array
  response = invoke('SumInterval_UpdateFromDataArray') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end