Class: SeisRuby::Data::Sac::Head::Field
- Inherits:
-
Struct
- Object
- Struct
- SeisRuby::Data::Sac::Head::Field
- Defined in:
- lib/seis_ruby/data/sac/head.rb
Instance Attribute Summary collapse
-
#converter_from_head ⇒ Object
Returns the value of attribute converter_from_head.
-
#converter_to_head ⇒ Object
Returns the value of attribute converter_to_head.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#converter_from_head ⇒ Object
Returns the value of attribute converter_from_head
134 135 136 |
# File 'lib/seis_ruby/data/sac/head.rb', line 134 def converter_from_head @converter_from_head end |
#converter_to_head ⇒ Object
Returns the value of attribute converter_to_head
134 135 136 |
# File 'lib/seis_ruby/data/sac/head.rb', line 134 def converter_to_head @converter_to_head end |
#name ⇒ Object
Returns the value of attribute name
134 135 136 |
# File 'lib/seis_ruby/data/sac/head.rb', line 134 def name @name end |