Class: SecEdgar::Address
- Inherits:
-
Struct
- Object
- Struct
- SecEdgar::Address
- Defined in:
- lib/sec_edgar/address.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#state ⇒ Object
Returns the value of attribute state.
-
#state_description ⇒ Object
Returns the value of attribute state_description.
-
#street1 ⇒ Object
Returns the value of attribute street1.
-
#street2 ⇒ Object
Returns the value of attribute street2.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
2 3 4 |
# File 'lib/sec_edgar/address.rb', line 2 def city @city end |
#state ⇒ Object
Returns the value of attribute state
2 3 4 |
# File 'lib/sec_edgar/address.rb', line 2 def state @state end |
#state_description ⇒ Object
Returns the value of attribute state_description
2 3 4 |
# File 'lib/sec_edgar/address.rb', line 2 def state_description @state_description end |
#street1 ⇒ Object
Returns the value of attribute street1
2 3 4 |
# File 'lib/sec_edgar/address.rb', line 2 def street1 @street1 end |
#street2 ⇒ Object
Returns the value of attribute street2
2 3 4 |
# File 'lib/sec_edgar/address.rb', line 2 def street2 @street2 end |
#zip ⇒ Object
Returns the value of attribute zip
2 3 4 |
# File 'lib/sec_edgar/address.rb', line 2 def zip @zip end |