codelation/motion-tickspot

View on GitHub
lib/tick/client.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Tick
  
  class Client < Tick::Base
    attr_accessor :name
    XML_PROPERTIES = %w( id name )
  end
  
end