Class: SecEdgar::Address

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

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



2
3
4
# File 'lib/sec_edgar/address.rb', line 2

def city
  @city
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



2
3
4
# File 'lib/sec_edgar/address.rb', line 2

def state
  @state
end

#state_descriptionObject

Returns the value of attribute state_description

Returns:

  • (Object)

    the current value of state_description



2
3
4
# File 'lib/sec_edgar/address.rb', line 2

def state_description
  @state_description
end

#street1Object

Returns the value of attribute street1

Returns:

  • (Object)

    the current value of street1



2
3
4
# File 'lib/sec_edgar/address.rb', line 2

def street1
  @street1
end

#street2Object

Returns the value of attribute street2

Returns:

  • (Object)

    the current value of street2



2
3
4
# File 'lib/sec_edgar/address.rb', line 2

def street2
  @street2
end

#zipObject

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



2
3
4
# File 'lib/sec_edgar/address.rb', line 2

def zip
  @zip
end