struct Ripper::Variable

Defined in:

ripper/variable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def type : Symbol #

[View source]
def type=(type : Symbol) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]
def vars #

[View source]
def vars=(vars) #

[View source]