Class: BELParser::Language::Version1_0::Functions::GTPBoundActivity

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

Overview

GTPBoundActivity: Denotes the frequency or abundance of events in which a member of a G-protein abundance is GTP-bound

Defined Under Namespace

Modules: Signatures

Constant Summary collapse

SHORT =
:gtp
LONG =
:gtpBoundActivity
RETURN_TYPE =
BELParser::Language::Version1_0::ReturnTypes::GTPBoundActivity
DESCRIPTION =
'Denotes the frequency or abundance of events
n which a member of a G-protein abundance is
TP-bound'.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



34
35
36
# File 'lib/bel_parser/language/version1_0/functions/gtp_bound_activity.rb', line 34

def self.description
  DESCRIPTION
end

.longObject



26
27
28
# File 'lib/bel_parser/language/version1_0/functions/gtp_bound_activity.rb', line 26

def self.long
  LONG
end

.return_typeObject



30
31
32
# File 'lib/bel_parser/language/version1_0/functions/gtp_bound_activity.rb', line 30

def self.return_type
  RETURN_TYPE
end

.shortObject



22
23
24
# File 'lib/bel_parser/language/version1_0/functions/gtp_bound_activity.rb', line 22

def self.short
  SHORT
end

.signaturesObject



38
39
40
# File 'lib/bel_parser/language/version1_0/functions/gtp_bound_activity.rb', line 38

def self.signatures
  SIGNATURES
end