Class: Hoss::Context::Framework Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/hoss/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



37
38
39
# File 'lib/hoss/context.rb', line 37

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



37
38
39
# File 'lib/hoss/context.rb', line 37

def version
  @version
end