Class: SmartyStreets::USEnrichment::BusinessDetailLookup
- Inherits:
-
LookupBase
- Object
- JSONAble
- LookupBase
- SmartyStreets::USEnrichment::BusinessDetailLookup
- Defined in:
- lib/smartystreets_ruby_sdk/us_enrichment/lookup.rb
Instance Attribute Summary collapse
-
#business_id ⇒ Object
Returns the value of attribute business_id.
-
#result ⇒ Object
Returns the value of attribute result.
Attributes inherited from LookupBase
#custom_param_hash, #exclude_array, #features, #include_array, #request_etag, #response_etag
Instance Method Summary collapse
-
#initialize(business_id = nil) ⇒ BusinessDetailLookup
constructor
A new instance of BusinessDetailLookup.
Methods inherited from LookupBase
#add_custom_parameter, #add_exclude_attribute, #add_include_attribute
Methods inherited from JSONAble
Constructor Details
#initialize(business_id = nil) ⇒ BusinessDetailLookup
Returns a new instance of BusinessDetailLookup.
51 52 53 54 55 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/lookup.rb', line 51 def initialize(business_id=nil) super() @business_id = business_id @result = nil end |
Instance Attribute Details
#business_id ⇒ Object
Returns the value of attribute business_id.
49 50 51 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/lookup.rb', line 49 def business_id @business_id end |
#result ⇒ Object
Returns the value of attribute result.
49 50 51 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/lookup.rb', line 49 def result @result end |