Class: Janus::Test
- Inherits:
-
Object
- Object
- Janus::Test
- Defined in:
- lib/janus/test.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Test
constructor
A new instance of Test.
Constructor Details
#initialize(attributes = {}) ⇒ Test
5 6 7 8 |
# File 'lib/janus/test.rb', line 5 def initialize(attributes = {}) @name = attributes['name'] @url = attributes['url'] end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/janus/test.rb', line 3 def name @name end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
3 4 5 |
# File 'lib/janus/test.rb', line 3 def url @url end |