Class: Ambling::Xy::Settings::Strings::Months
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::Strings::Months
- Includes:
- Base
- Defined in:
- lib/ambling/xy.rb
Constant Summary collapse
- VALUES =
[:month1,:month2,:month3,:month4,:month5,:month6,:month7,:month8,:month9,:month10,:month11,:month12]
Instance Attribute Summary collapse
-
#month1 ⇒ Object
Returns the value of attribute month1.
-
#month10 ⇒ Object
Returns the value of attribute month10.
-
#month11 ⇒ Object
Returns the value of attribute month11.
-
#month12 ⇒ Object
Returns the value of attribute month12.
-
#month2 ⇒ Object
Returns the value of attribute month2.
-
#month3 ⇒ Object
Returns the value of attribute month3.
-
#month4 ⇒ Object
Returns the value of attribute month4.
-
#month5 ⇒ Object
Returns the value of attribute month5.
-
#month6 ⇒ Object
Returns the value of attribute month6.
-
#month7 ⇒ Object
Returns the value of attribute month7.
-
#month8 ⇒ Object
Returns the value of attribute month8.
-
#month9 ⇒ Object
Returns the value of attribute month9.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#month1 ⇒ Object
Returns the value of attribute month1.
1261 1262 1263 |
# File 'lib/ambling/xy.rb', line 1261 def month1 @month1 end |
#month10 ⇒ Object
Returns the value of attribute month10.
1306 1307 1308 |
# File 'lib/ambling/xy.rb', line 1306 def month10 @month10 end |
#month11 ⇒ Object
Returns the value of attribute month11.
1311 1312 1313 |
# File 'lib/ambling/xy.rb', line 1311 def month11 @month11 end |
#month12 ⇒ Object
Returns the value of attribute month12.
1316 1317 1318 |
# File 'lib/ambling/xy.rb', line 1316 def month12 @month12 end |
#month2 ⇒ Object
Returns the value of attribute month2.
1266 1267 1268 |
# File 'lib/ambling/xy.rb', line 1266 def month2 @month2 end |
#month3 ⇒ Object
Returns the value of attribute month3.
1271 1272 1273 |
# File 'lib/ambling/xy.rb', line 1271 def month3 @month3 end |
#month4 ⇒ Object
Returns the value of attribute month4.
1276 1277 1278 |
# File 'lib/ambling/xy.rb', line 1276 def month4 @month4 end |
#month5 ⇒ Object
Returns the value of attribute month5.
1281 1282 1283 |
# File 'lib/ambling/xy.rb', line 1281 def month5 @month5 end |
#month6 ⇒ Object
Returns the value of attribute month6.
1286 1287 1288 |
# File 'lib/ambling/xy.rb', line 1286 def month6 @month6 end |
#month7 ⇒ Object
Returns the value of attribute month7.
1291 1292 1293 |
# File 'lib/ambling/xy.rb', line 1291 def month7 @month7 end |
#month8 ⇒ Object
Returns the value of attribute month8.
1296 1297 1298 |
# File 'lib/ambling/xy.rb', line 1296 def month8 @month8 end |
#month9 ⇒ Object
Returns the value of attribute month9.
1301 1302 1303 |
# File 'lib/ambling/xy.rb', line 1301 def month9 @month9 end |