Class: Montague::Model::Header
- Inherits:
-
Object
- Object
- Montague::Model::Header
- Defined in:
- lib/montague/model/header.rb
Overview
Header
Instance Attribute Summary collapse
Instance Attribute Details
#api_control ⇒ String?
8 9 10 |
# File 'lib/montague/model/header.rb', line 8 def api_control @api_control end |
#hits ⇒ Fixnum?
11 12 13 |
# File 'lib/montague/model/header.rb', line 11 def hits @hits end |
#message ⇒ String?
14 15 16 |
# File 'lib/montague/model/header.rb', line 14 def @message end |
#outcome ⇒ String?
17 18 19 |
# File 'lib/montague/model/header.rb', line 17 def outcome @outcome end |