Class: As2::Config::Partner

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

Instance Attribute Summary collapse

Instance Attribute Details

#certificateObject

Returns the value of attribute certificate

Returns:

  • (Object)

    the current value of certificate



15
16
17
# File 'lib/as2/config.rb', line 15

def certificate
  @certificate
end

#mdn_formatObject

Returns the value of attribute mdn_format

Returns:

  • (Object)

    the current value of mdn_format



15
16
17
# File 'lib/as2/config.rb', line 15

def mdn_format
  @mdn_format
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/as2/config.rb', line 15

def name
  @name
end

#outbound_formatObject

Returns the value of attribute outbound_format

Returns:

  • (Object)

    the current value of outbound_format



15
16
17
# File 'lib/as2/config.rb', line 15

def outbound_format
  @outbound_format
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



15
16
17
# File 'lib/as2/config.rb', line 15

def url
  @url
end