Class: SmartyStreets::InternationalStreet::Changes
- Defined in:
- lib/smartystreets_ruby_sdk/international_street/changes.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
readonly
Returns the value of attribute components.
Attributes inherited from RootLevel
#address1, #address10, #address11, #address12, #address2, #address3, #address4, #address5, #address6, #address7, #address8, #address9, #input_id, #organization
Instance Method Summary collapse
-
#initialize(obj) ⇒ Changes
constructor
A new instance of Changes.
Constructor Details
#initialize(obj) ⇒ Changes
Returns a new instance of Changes.
9 10 11 12 |
# File 'lib/smartystreets_ruby_sdk/international_street/changes.rb', line 9 def initialize(obj) @components = Components.new(obj.fetch('components', {})) super(obj) end |
Instance Attribute Details
#components ⇒ Object (readonly)
Returns the value of attribute components.
7 8 9 |
# File 'lib/smartystreets_ruby_sdk/international_street/changes.rb', line 7 def components @components end |