Class: ViewComponent::Template::DataNoSource
- Inherits:
-
Struct
- Object
- Struct
- ViewComponent::Template::DataNoSource
- Defined in:
- lib/view_component/template.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier
6 7 8 |
# File 'lib/view_component/template.rb', line 6 def identifier @identifier end |
#source ⇒ Object
Returns the value of attribute source
6 7 8 |
# File 'lib/view_component/template.rb', line 6 def source @source end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/view_component/template.rb', line 6 def type @type end |