Class: SmartyStreets::USStreet::Analysis
- Inherits:
-
Object
- Object
- SmartyStreets::USStreet::Analysis
- Defined in:
- lib/smartystreets_ruby_sdk/us_street/analysis.rb
Overview
Instance Attribute Summary collapse
-
#active ⇒ Object
readonly
Returns the value of attribute active.
-
#cmra ⇒ Object
readonly
Returns the value of attribute cmra.
-
#dpv_footnotes ⇒ Object
readonly
Returns the value of attribute dpv_footnotes.
-
#dpv_match_code ⇒ Object
readonly
Returns the value of attribute dpv_match_code.
-
#enhanced_match ⇒ Object
readonly
Returns the value of attribute enhanced_match.
-
#footnotes ⇒ Object
readonly
Returns the value of attribute footnotes.
-
#is_ews_match ⇒ Object
readonly
Returns the value of attribute is_ews_match.
-
#is_suite_link_match ⇒ Object
readonly
Returns the value of attribute is_suite_link_match.
-
#lacs_link_code ⇒ Object
readonly
Returns the value of attribute lacs_link_code.
-
#lacs_link_indicator ⇒ Object
readonly
Returns the value of attribute lacs_link_indicator.
-
#no_stat ⇒ Object
readonly
Returns the value of attribute no_stat.
-
#vacant ⇒ Object
readonly
Returns the value of attribute vacant.
Instance Method Summary collapse
-
#initialize(obj) ⇒ Analysis
constructor
A new instance of Analysis.
Constructor Details
#initialize(obj) ⇒ Analysis
Returns a new instance of Analysis.
8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 8 def initialize(obj) @dpv_match_code = obj['dpv_match_code'] @dpv_footnotes = obj['dpv_footnotes'] @cmra = obj['dpv_cmra'] @vacant = obj['dpv_vacant'] @no_stat = obj['dpv_no_stat'] @active = obj['active'] @is_ews_match = obj['ews_match'] @footnotes = obj['footnotes'] @lacs_link_code = obj['lacslink_code'] @lacs_link_indicator = obj['lacslink_indicator'] @is_suite_link_match = obj['suitelink_match'] @enhanced_match = obj['enhanced_match'] end |
Instance Attribute Details
#active ⇒ Object (readonly)
Returns the value of attribute active.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def active @active end |
#cmra ⇒ Object (readonly)
Returns the value of attribute cmra.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def cmra @cmra end |
#dpv_footnotes ⇒ Object (readonly)
Returns the value of attribute dpv_footnotes.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def dpv_footnotes @dpv_footnotes end |
#dpv_match_code ⇒ Object (readonly)
Returns the value of attribute dpv_match_code.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def dpv_match_code @dpv_match_code end |
#enhanced_match ⇒ Object (readonly)
Returns the value of attribute enhanced_match.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def enhanced_match @enhanced_match end |
#footnotes ⇒ Object (readonly)
Returns the value of attribute footnotes.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def footnotes @footnotes end |
#is_ews_match ⇒ Object (readonly)
Returns the value of attribute is_ews_match.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def is_ews_match @is_ews_match end |
#is_suite_link_match ⇒ Object (readonly)
Returns the value of attribute is_suite_link_match.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def is_suite_link_match @is_suite_link_match end |
#lacs_link_code ⇒ Object (readonly)
Returns the value of attribute lacs_link_code.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def lacs_link_code @lacs_link_code end |
#lacs_link_indicator ⇒ Object (readonly)
Returns the value of attribute lacs_link_indicator.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def lacs_link_indicator @lacs_link_indicator end |
#no_stat ⇒ Object (readonly)
Returns the value of attribute no_stat.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def no_stat @no_stat end |
#vacant ⇒ Object (readonly)
Returns the value of attribute vacant.
5 6 7 |
# File 'lib/smartystreets_ruby_sdk/us_street/analysis.rb', line 5 def vacant @vacant end |