Class: LearnWeb::Client::Environment::SetupList
- Inherits:
-
Object
- Object
- LearnWeb::Client::Environment::SetupList
- Includes:
- AttributePopulatable
- Defined in:
- lib/learn_web/client/environment/setup_list.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#steps ⇒ Object
Returns the value of attribute steps.
Instance Method Summary collapse
-
#initialize(response) ⇒ SetupList
constructor
A new instance of SetupList.
Methods included from AttributePopulatable
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
#data ⇒ Object
Returns the value of attribute data.
5 6 7 |
# File 'lib/learn_web/client/environment/setup_list.rb', line 5 def data @data end |
#response ⇒ Object (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 |
#steps ⇒ Object
Returns the value of attribute steps.
5 6 7 |
# File 'lib/learn_web/client/environment/setup_list.rb', line 5 def steps @steps end |