Class: TravisCheckRubies::TravisYml::Suggestion
- Inherits:
-
Struct
- Object
- Struct
- TravisCheckRubies::TravisYml::Suggestion
- Defined in:
- lib/travis_check_rubies/travis_yml.rb
Instance Attribute Summary collapse
-
#choices ⇒ Object
Returns the value of attribute choices.
-
#from ⇒ Object
Returns the value of attribute from.
-
#section ⇒ Object
Returns the value of attribute section.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#choices ⇒ Object
Returns the value of attribute choices
9 10 11 |
# File 'lib/travis_check_rubies/travis_yml.rb', line 9 def choices @choices end |
#from ⇒ Object
Returns the value of attribute from
9 10 11 |
# File 'lib/travis_check_rubies/travis_yml.rb', line 9 def from @from end |
#section ⇒ Object
Returns the value of attribute section
9 10 11 |
# File 'lib/travis_check_rubies/travis_yml.rb', line 9 def section @section end |
#to ⇒ Object
Returns the value of attribute to
9 10 11 |
# File 'lib/travis_check_rubies/travis_yml.rb', line 9 def to @to end |