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



4
5
6
# File 'lib/as2/config.rb', line 4

def certificate
  @certificate
end

#nameObject

Returns the value of attribute name



4
5
6
# File 'lib/as2/config.rb', line 4

def name
  @name
end

#urlObject

Returns the value of attribute url



4
5
6
# File 'lib/as2/config.rb', line 4

def url
  @url
end