lib/learn_web/client/validate_repo/slug.rb in learn-web-1.4.2 vs lib/learn_web/client/validate_repo/slug.rb in learn-web-1.5.0
- old
+ new
@@ -1,9 +1,10 @@
module LearnWeb
class Client
module ValidateRepo
class Slug
- attr_accessor :data, :repo_slug, :lab, :lesson_id, :later_lesson
+ attr_accessor :data, :repo_slug, :lab, :lesson_id, :later_lesson,
+ :repo_name, :dot_learn
attr_reader :response
include AttributePopulatable
def initialize(response)