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



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

def image
  @image
end

#instance_idObject

Returns the value of attribute instance_id

Returns:

  • (Object)

    the current value of instance_id



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

def instance_id
  @instance_id
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end