Class: Atatus::Context::Framework Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'lib/atatus/context.rb', line 38

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



38
39
40
# File 'lib/atatus/context.rb', line 38

def version
  @version
end