Class: SmartyStreets::USEnrichment::Property::Financial::Lookup
- Inherits:
-
Object
- Object
- SmartyStreets::USEnrichment::Property::Financial::Lookup
- Defined in:
- lib/smartystreets_ruby_sdk/us_enrichment/property/financial/lookup.rb
Instance Attribute Summary collapse
-
#data_set ⇒ Object
readonly
Returns the value of attribute data_set.
-
#data_sub_set ⇒ Object
readonly
Returns the value of attribute data_sub_set.
-
#etag ⇒ Object
readonly
Returns the value of attribute etag.
-
#smarty_key ⇒ Object
readonly
Returns the value of attribute smarty_key.
Instance Method Summary collapse
-
#initialize(smarty_key, etag = nil) ⇒ Lookup
constructor
A new instance of Lookup.
Constructor Details
#initialize(smarty_key, etag = nil) ⇒ Lookup
Returns a new instance of Lookup.
8 9 10 11 12 13 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/lookup.rb', line 8 def initialize(smarty_key, etag=nil) @smarty_key = smarty_key @data_set = "property" @data_sub_set = "financial" @etag = etag end |
Instance Attribute Details
#data_set ⇒ Object (readonly)
Returns the value of attribute data_set.
6 7 8 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/lookup.rb', line 6 def data_set @data_set end |
#data_sub_set ⇒ Object (readonly)
Returns the value of attribute data_sub_set.
6 7 8 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/lookup.rb', line 6 def data_sub_set @data_sub_set end |
#etag ⇒ Object (readonly)
Returns the value of attribute etag.
6 7 8 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/lookup.rb', line 6 def etag @etag end |
#smarty_key ⇒ Object (readonly)
Returns the value of attribute smarty_key.
6 7 8 |
# File 'lib/smartystreets_ruby_sdk/us_enrichment/property/financial/lookup.rb', line 6 def smarty_key @smarty_key end |