Class: Smartdown::Model::Element::Question::Date
- Inherits:
-
Struct
- Object
- Struct
- Smartdown::Model::Element::Question::Date
- Defined in:
- lib/smartdown/model/element/question/date.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#from ⇒ Object
Returns the value of attribute from.
-
#name ⇒ Object
Returns the value of attribute name.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Method Summary collapse
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
7 8 9 |
# File 'lib/smartdown/model/element/question/date.rb', line 7 def alias @alias end |
#from ⇒ Object
Returns the value of attribute from
7 8 9 |
# File 'lib/smartdown/model/element/question/date.rb', line 7 def from @from end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/smartdown/model/element/question/date.rb', line 7 def name @name end |
#to ⇒ Object
Returns the value of attribute to
7 8 9 |
# File 'lib/smartdown/model/element/question/date.rb', line 7 def to @to end |