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
5 6 7 |
# File 'lib/melissa/addr_obj.rb', line 5 def name @name end |
#number ⇒ Object
Returns the value of attribute number
5 6 7 |
# File 'lib/melissa/addr_obj.rb', line 5 def number @number end |
#post_directional ⇒ Object
Returns the value of attribute post_directional
5 6 7 |
# File 'lib/melissa/addr_obj.rb', line 5 def post_directional @post_directional end |
#pre_directional ⇒ Object
Returns the value of attribute pre_directional
5 6 7 |
# File 'lib/melissa/addr_obj.rb', line 5 def pre_directional @pre_directional end |
#suffix ⇒ Object
Returns the value of attribute suffix
5 6 7 |
# File 'lib/melissa/addr_obj.rb', line 5 def suffix @suffix end |