You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Hubspot::Company.new(name: "My Company LLC") fails with NoMethodError: undefined method each' for nil:NilClass in utils.rb:7:in 'properties_to_hash', on both master and v0-stable.
Digging around in the source code revealed that Hubspot::Company.create!('My Company LLC.') worked instead.
Would it be possible to update the documentation to reflect the current state of the project? Are there other example method calls that should be updated as well?
The text was updated successfully, but these errors were encountered:
It seems that
Hubspot::Company.new(name: "My Company LLC")
fails withNoMethodError: undefined method each' for nil:NilClass
inutils.rb:7:in 'properties_to_hash'
, on bothmaster
andv0-stable
.Digging around in the source code revealed that
Hubspot::Company.create!('My Company LLC.')
worked instead.Would it be possible to update the documentation to reflect the current state of the project? Are there other example method calls that should be updated as well?
The text was updated successfully, but these errors were encountered: