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



15
16
17
# File 'lib/rgot.rb', line 15

def name
  @name
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



15
16
17
# File 'lib/rgot.rb', line 15

def output
  @output
end