Method: Spaceship::Tunes::SandboxTester#first_name

Defined in:
spaceship/lib/spaceship/tunes/sandbox_tester.rb

#first_nameString

Returns The first name of this tester.

Examples:

"Cary"

Returns:

  • (String)

    The first name of this tester

[View source]

14
15
16
# File 'spaceship/lib/spaceship/tunes/sandbox_tester.rb', line 14

def first_name
  @first_name
end