Class: ActiveFacts::API::FactType

Inherits:
Object
  • Object
show all
Defined in:
lib/activefacts/api/fact_type.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFactType

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_roleObject

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