Class: Hive::Activities::ActivityType

Inherits:
Struct
  • Object
show all
Defined in:
lib/hive/activities/factory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



28
29
30
# File 'lib/hive/activities/factory.rb', line 28

def klass
  @klass
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



28
29
30
# File 'lib/hive/activities/factory.rb', line 28

def type
  @type
end