Class: Rgot::ExampleOutput

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/rgot.rb', line 19

def name
  @name
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



19
20
21
# File 'lib/rgot.rb', line 19

def output
  @output
end