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
I may be missing something here, but when dealing with fields (and notes) when pulling from the Box API, I get back on object that stuffs all the values in a @values instance variable. That's great, but I don't see any method for accessing that data, so I've resorted to instance_variable_get (reminds me of the all rails days). Am I going crazy here or should this be refactored somehow?
The text was updated successfully, but these errors were encountered:
I may be missing something here, but when dealing with fields (and notes) when pulling from the Box API, I get back on object that stuffs all the values in a @values instance variable. That's great, but I don't see any method for accessing that data, so I've resorted to instance_variable_get (reminds me of the all rails days). Am I going crazy here or should this be refactored somehow?
The text was updated successfully, but these errors were encountered: