Class: Instance

Inherits:
Struct
  • Object
show all
Defined in:
lib/utils.rb

Instance Attribute Summary collapse

Instance Attribute Details

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



7
8
9
# File 'lib/utils.rb', line 7

def image
  @image
end

#instance_idObject

Returns the value of attribute instance_id

Returns:

  • (Object)

    the current value of instance_id



7
8
9
# File 'lib/utils.rb', line 7

def instance_id
  @instance_id
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



7
8
9
# File 'lib/utils.rb', line 7

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/utils.rb', line 7

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/utils.rb', line 7

def status
  @status
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/utils.rb', line 7

def url
  @url
end