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
25 26 27 |
# File 'lib/hive/activities/factory.rb', line 25 def klass @klass end |
#type ⇒ Object
Returns the value of attribute type
25 26 27 |
# File 'lib/hive/activities/factory.rb', line 25 def type @type end |