Class: SecEdgar::Footnote
- Inherits:
-
Struct
- Object
- Struct
- SecEdgar::Footnote
- Defined in:
- lib/sec_edgar/footnote.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
2 3 4 |
# File 'lib/sec_edgar/footnote.rb', line 2 def content @content end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/sec_edgar/footnote.rb', line 2 def id @id end |