Class: Hive::Activities::ActivityType
- Inherits:
-
Struct
- Object
- Struct
- Hive::Activities::ActivityType
- Defined in:
- lib/hive/activities/factory.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
28 29 30 |
# File 'lib/hive/activities/factory.rb', line 28 def klass @klass end |
#type ⇒ Object
Returns the value of attribute type
28 29 30 |
# File 'lib/hive/activities/factory.rb', line 28 def type @type end |