Class: Instance
- Inherits:
-
Struct
- Object
- Struct
- Instance
- Defined in:
- lib/utils.rb
Instance Attribute Summary collapse
-
#image ⇒ Object
Returns the value of attribute image.
-
#instance_id ⇒ Object
Returns the value of attribute instance_id.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#image ⇒ Object
Returns the value of attribute image
8 9 10 |
# File 'lib/utils.rb', line 8 def image @image end |
#instance_id ⇒ Object
Returns the value of attribute instance_id
8 9 10 |
# File 'lib/utils.rb', line 8 def instance_id @instance_id end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/utils.rb', line 8 def line @line end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/utils.rb', line 8 def name @name end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/utils.rb', line 8 def status @status end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/utils.rb', line 8 def url @url end |