Class: CricosScrape::Address

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_json, #to_map

Instance Attribute Details

#address_line_1Object

Returns the value of attribute address_line_1

Returns:

  • (Object)

    the current value of address_line_1



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

def address_line_1
  @address_line_1
end

#address_line_2Object

Returns the value of attribute address_line_2

Returns:

  • (Object)

    the current value of address_line_2



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

def address_line_2
  @address_line_2
end

#postcodeObject

Returns the value of attribute postcode

Returns:

  • (Object)

    the current value of postcode



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

def postcode
  @postcode
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end

#suburbObject

Returns the value of attribute suburb

Returns:

  • (Object)

    the current value of suburb



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

def suburb
  @suburb
end