Module: STRIKEIRON_ADDRESS_VERIFICATION
- Defined in:
- lib/strikeiron_address_verification/address.rb,
lib/strikeiron_address_verification.rb
Overview
require ‘active_support/core_ext/hash’
Defined Under Namespace
Classes: Address
Class Attribute Summary collapse
-
.open_timeout ⇒ Object
Returns the value of attribute open_timeout.
-
.password ⇒ Object
Returns the value of attribute password.
-
.timeout ⇒ Object
Returns the value of attribute timeout.
-
.url ⇒ Object
Returns the value of attribute url.
-
.username ⇒ Object
Returns the value of attribute username.
Class Method Summary collapse
Class Attribute Details
.open_timeout ⇒ Object
Returns the value of attribute open_timeout.
8 9 10 |
# File 'lib/strikeiron_address_verification.rb', line 8 def open_timeout @open_timeout end |
.password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/strikeiron_address_verification.rb', line 5 def password @password end |
.timeout ⇒ Object
Returns the value of attribute timeout.
7 8 9 |
# File 'lib/strikeiron_address_verification.rb', line 7 def timeout @timeout end |
.url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/strikeiron_address_verification.rb', line 6 def url @url end |
.username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/strikeiron_address_verification.rb', line 4 def username @username end |
Class Method Details
.configure {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/strikeiron_address_verification.rb', line 10 def self.configure(&block) yield(self) end |