Class: Roma::Command::Definition::ClassMethods::StoredData

Inherits:
Struct
  • Object
show all
Defined in:
lib/roma/command/command_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clkObject

Returns the value of attribute clk

Returns:

  • (Object)

    the current value of clk



55
56
57
# File 'lib/roma/command/command_definition.rb', line 55

def clk
  @clk
end

#exptObject

Returns the value of attribute expt

Returns:

  • (Object)

    the current value of expt



55
56
57
# File 'lib/roma/command/command_definition.rb', line 55

def expt
  @expt
end

#flgObject

Returns the value of attribute flg

Returns:

  • (Object)

    the current value of flg



55
56
57
# File 'lib/roma/command/command_definition.rb', line 55

def flg
  @flg
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



55
56
57
# File 'lib/roma/command/command_definition.rb', line 55

def last
  @last
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



55
56
57
# File 'lib/roma/command/command_definition.rb', line 55

def value
  @value
end

#vnObject

Returns the value of attribute vn

Returns:

  • (Object)

    the current value of vn



55
56
57
# File 'lib/roma/command/command_definition.rb', line 55

def vn
  @vn
end