class LabClient::License

Inspect Helper

Public Instance Methods

inspect() click to toggle source
# File lib/labclient/license/license.rb, line 8
def inspect
  "#<License - id: #{id}, plan: #{plan}, created at: #{created_at}, expires at: #{expires_at}>"
end