Class: EmailProviderInfo::Value

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostsObject

Returns the value of attribute hosts

Returns:

  • (Object)

    the current value of hosts



6
7
8
# File 'lib/email_provider_info.rb', line 6

def hosts
  @hosts
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/email_provider_info.rb', line 6

def name
  @name
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/email_provider_info.rb', line 6

def url
  @url
end