Class: GusBir1::Response::SearchResult
- Inherits:
-
Struct
- Object
- Struct
- GusBir1::Response::SearchResult
- Defined in:
- lib/gus_bir1/response/search.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#community ⇒ Object
Returns the value of attribute community.
-
#district ⇒ Object
Returns the value of attribute district.
-
#house_number ⇒ Object
Returns the value of attribute house_number.
-
#name ⇒ Object
Returns the value of attribute name.
-
#post_city ⇒ Object
Returns the value of attribute post_city.
-
#province ⇒ Object
Returns the value of attribute province.
-
#regon ⇒ Object
Returns the value of attribute regon.
-
#report ⇒ Object
Returns the value of attribute report.
-
#silos_desc ⇒ Object
Returns the value of attribute silos_desc.
-
#silos_id ⇒ Object
Returns the value of attribute silos_id.
-
#street ⇒ Object
Returns the value of attribute street.
-
#street_address ⇒ Object
Returns the value of attribute street_address.
-
#street_number ⇒ Object
Returns the value of attribute street_number.
-
#type ⇒ Object
Returns the value of attribute type.
-
#type_desc ⇒ Object
Returns the value of attribute type_desc.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def city @city end |
#community ⇒ Object
Returns the value of attribute community
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def community @community end |
#district ⇒ Object
Returns the value of attribute district
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def district @district end |
#house_number ⇒ Object
Returns the value of attribute house_number
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def house_number @house_number end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def name @name end |
#post_city ⇒ Object
Returns the value of attribute post_city
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def post_city @post_city end |
#province ⇒ Object
Returns the value of attribute province
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def province @province end |
#regon ⇒ Object
Returns the value of attribute regon
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def regon @regon end |
#report ⇒ Object
Returns the value of attribute report
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def report @report end |
#silos_desc ⇒ Object
Returns the value of attribute silos_desc
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def silos_desc @silos_desc end |
#silos_id ⇒ Object
Returns the value of attribute silos_id
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def silos_id @silos_id end |
#street ⇒ Object
Returns the value of attribute street
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def street @street end |
#street_address ⇒ Object
Returns the value of attribute street_address
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def street_address @street_address end |
#street_number ⇒ Object
Returns the value of attribute street_number
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def street_number @street_number end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def type @type end |
#type_desc ⇒ Object
Returns the value of attribute type_desc
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def type_desc @type_desc end |
#zip_code ⇒ Object
Returns the value of attribute zip_code
5 6 7 |
# File 'lib/gus_bir1/response/search.rb', line 5 def zip_code @zip_code end |