Class: Paapi::Operation

Inherits:
Struct
  • Object
show all
Defined in:
lib/paapi.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_suffixObject

Returns the value of attribute endpoint_suffix

Returns:

  • (Object)

    the current value of endpoint_suffix



60
61
62
# File 'lib/paapi.rb', line 60

def endpoint_suffix
  @endpoint_suffix
end

#http_methodObject

Returns the value of attribute http_method

Returns:

  • (Object)

    the current value of http_method



60
61
62
# File 'lib/paapi.rb', line 60

def http_method
  @http_method
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



60
61
62
# File 'lib/paapi.rb', line 60

def service
  @service
end

#target_nameObject

Returns the value of attribute target_name

Returns:

  • (Object)

    the current value of target_name



60
61
62
# File 'lib/paapi.rb', line 60

def target_name
  @target_name
end