Class: LearnWeb::Client::Environment::SetupList

Inherits:
Object
  • Object
show all
Includes:
AttributePopulatable
Defined in:
lib/learn_web/client/environment/setup_list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from AttributePopulatable

included

Constructor Details

#initialize(response) ⇒ SetupList

Returns a new instance of SetupList.



10
11
12
13
14
# File 'lib/learn_web/client/environment/setup_list.rb', line 10

def initialize(response)
  @response = response

  parse!
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



5
6
7
# File 'lib/learn_web/client/environment/setup_list.rb', line 5

def data
  @data
end

#responseObject (readonly)

Returns the value of attribute response.



6
7
8
# File 'lib/learn_web/client/environment/setup_list.rb', line 6

def response
  @response
end

#stepsObject

Returns the value of attribute steps.



5
6
7
# File 'lib/learn_web/client/environment/setup_list.rb', line 5

def steps
  @steps
end