jsboulanger / streak-ruby

Ruby bindings for the Streak API (streak.com)
MIT License
10 stars 21 forks source link

Added the update_field method to boxes #4

Closed biznickman closed 8 years ago

biznickman commented 10 years ago

This enables you to update the field value for a specific box.

jsboulanger commented 10 years ago

@biznickman is this syntactic sugar for Streak::FieldValue.update ? It seems to be calling the same API endpoint.

biznickman commented 10 years ago

@jsboulanger umm wow, did not see that one only looked at the field class. Sorry about that!

jsboulanger commented 10 years ago

@biznickman it's indeed not super obvious, a method in Box that delegates to the update method on FieldValue could helpful.

biznickman commented 10 years ago

@jsboulanger I guess I could make the method an alias.