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



25
26
27
# File 'lib/hive/activities/factory.rb', line 25

def klass
  @klass
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



25
26
27
# File 'lib/hive/activities/factory.rb', line 25

def type
  @type
end