Class: Fiona7::AttributeReaders::AttributeReader
- Inherits:
-
Object
- Object
- Fiona7::AttributeReaders::AttributeReader
- Defined in:
- lib/fiona7/attribute_readers/attribute_reader.rb
Direct Known Subclasses
BinaryAsBinary, BinaryAsLinklist, DateAsDate, HtmlAsHtml, LinkAsLinklist, LinklistAsLinklist, MultienumAsMultienum, MultienumAsText, NumberAsString, ReferenceAsLinklist, ReferenceAsString, ReferencelistAsLinklist, ReferencelistAsText, Simple, StringlistAsText, WidgetlistAsLinklist
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(obj, attr_name, widget_resolver) ⇒ AttributeReader
constructor
A new instance of AttributeReader.
Constructor Details
#initialize(obj, attr_name, widget_resolver) ⇒ AttributeReader
Returns a new instance of AttributeReader.
4 5 6 7 8 |
# File 'lib/fiona7/attribute_readers/attribute_reader.rb', line 4 def initialize(obj, attr_name, ) self.obj = obj self.attr_name = attr_name self. = end |
Instance Method Details
#call ⇒ Object
10 11 |
# File 'lib/fiona7/attribute_readers/attribute_reader.rb', line 10 def call end |