Class: ActiveFacts::API::FactType
- Defined in:
- lib/activefacts/api/fact_type.rb
Instance Attribute Summary collapse
-
#all_role ⇒ Object
Returns the value of attribute all_role.
Instance Method Summary collapse
-
#initialize ⇒ FactType
constructor
A new instance of FactType.
Constructor Details
#initialize ⇒ FactType
Returns a new instance of FactType.
14 15 16 |
# File 'lib/activefacts/api/fact_type.rb', line 14 def initialize @all_role = [] end |
Instance Attribute Details
#all_role ⇒ Object
Returns the value of attribute all_role.
12 13 14 |
# File 'lib/activefacts/api/fact_type.rb', line 12 def all_role @all_role end |