Class: TravisCheckRubies::TravisYml::Suggestion

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

Instance Attribute Summary collapse

Instance Attribute Details

#choicesObject

Returns the value of attribute choices

Returns:

  • (Object)

    the current value of choices



9
10
11
# File 'lib/travis_check_rubies/travis_yml.rb', line 9

def choices
  @choices
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



9
10
11
# File 'lib/travis_check_rubies/travis_yml.rb', line 9

def from
  @from
end

#sectionObject

Returns the value of attribute section

Returns:

  • (Object)

    the current value of section



9
10
11
# File 'lib/travis_check_rubies/travis_yml.rb', line 9

def section
  @section
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



9
10
11
# File 'lib/travis_check_rubies/travis_yml.rb', line 9

def to
  @to
end