Class: Melissa::AddrObj::AddressStruct
- Inherits:
-
Struct
- Object
- Struct
- Melissa::AddrObj::AddressStruct
- Defined in:
- lib/melissa/addr_obj.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#post_directional ⇒ Object
Returns the value of attribute post_directional.
-
#pre_directional ⇒ Object
Returns the value of attribute pre_directional.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/melissa/addr_obj.rb', line 6 def name @name end |
#number ⇒ Object
Returns the value of attribute number
6 7 8 |
# File 'lib/melissa/addr_obj.rb', line 6 def number @number end |
#post_directional ⇒ Object
Returns the value of attribute post_directional
6 7 8 |
# File 'lib/melissa/addr_obj.rb', line 6 def post_directional @post_directional end |
#pre_directional ⇒ Object
Returns the value of attribute pre_directional
6 7 8 |
# File 'lib/melissa/addr_obj.rb', line 6 def pre_directional @pre_directional end |
#suffix ⇒ Object
Returns the value of attribute suffix
6 7 8 |
# File 'lib/melissa/addr_obj.rb', line 6 def suffix @suffix end |