Class: Apricot::Reader::FnState

Inherits:
Struct
  • Object
show all
Defined in:
lib/apricot/reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



29
30
31
# File 'lib/apricot/reader.rb', line 29

def args
  @args
end

#restObject

Returns the value of attribute rest

Returns:

  • (Object)

    the current value of rest



29
30
31
# File 'lib/apricot/reader.rb', line 29

def rest
  @rest
end