Class: BELParser::Language::Version1_0::Functions::PhosphataseActivity

Inherits:
Object
  • Object
show all
Extended by:
Function
Defined in:
lib/bel_parser/language/version1_0/functions/phosphatase_activity.rb

Overview

PhosphataseActivity: Denotes the frequency or abundance of events in which a member acts as a phosphatase

Defined Under Namespace

Modules: Signatures

Constant Summary collapse

SHORT =
:phos
LONG =
:phosphataseActivity
RETURN_TYPE =
BELParser::Language::Version1_0::ReturnTypes::PhosphataseActivity
DESCRIPTION =
'Denotes the frequency or abundance of events
n which a member acts as a phosphatase'.freeze
SIGNATURES =
Signatures.constants.map do |const|
  Signatures.const_get(const)
end.freeze

Class Method Summary collapse

Methods included from Function

===, =~, deprecated?, description, long, return_type, short, signatures, to_h, to_s, to_sym

Class Method Details

.descriptionObject



33
34
35
# File 'lib/bel_parser/language/version1_0/functions/phosphatase_activity.rb', line 33

def self.description
  DESCRIPTION
end

.longObject



25
26
27
# File 'lib/bel_parser/language/version1_0/functions/phosphatase_activity.rb', line 25

def self.long
  LONG
end

.return_typeObject



29
30
31
# File 'lib/bel_parser/language/version1_0/functions/phosphatase_activity.rb', line 29

def self.return_type
  RETURN_TYPE
end

.shortObject



21
22
23
# File 'lib/bel_parser/language/version1_0/functions/phosphatase_activity.rb', line 21

def self.short
  SHORT
end

.signaturesObject



37
38
39
# File 'lib/bel_parser/language/version1_0/functions/phosphatase_activity.rb', line 37

def self.signatures
  SIGNATURES
end