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

#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

#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