module Fig::Grammar::V0::Retrieve0

Public Instance Methods

path() click to toggle source
# File lib/fig/grammar/v0.rb, line 331
def path
  elements[4]
end
statement_start() click to toggle source
# File lib/fig/grammar/v0.rb, line 323
def statement_start
  elements[0]
end
variable() click to toggle source
# File lib/fig/grammar/v0.rb, line 327
def variable
  elements[2]
end