Class: Motoko::Resolvers::Identity

Inherits:
BaseResolver show all
Defined in:
lib/motoko/resolvers/identity.rb

Instance Attribute Summary

Attributes inherited from BaseResolver

#formatter, #human_name, #name

Instance Method Summary collapse

Methods inherited from BaseResolver

#align, #initialize, #value

Methods included from Utils::SnakeToCamel

#snake_to_camel_case

Constructor Details

This class inherits a constructor from Motoko::Resolvers::BaseResolver

Instance Method Details

#resolve_for(node) ⇒ Object



6
7
8
# File 'lib/motoko/resolvers/identity.rb', line 6

def resolve_for(node)
  node.identity
end