class V2Intuity::Endpoints::Workout

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method V2Intuity::Endpoints::Endpoint::new
# File lib/v2_intuity/endpoints/workout.rb, line 4
def initialize(options = {})
  super
  @endpoint = Endpoint::ENDPOINTS[:weights]
end