Class: Fop::Result
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Fop::Result
 
- Defined in:
- lib/fop/client.rb
Instance Attribute Summary collapse
- 
  
    
      #bonus_miles  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute bonus_miles. 
- 
  
    
      #bonus_miles_remark  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute bonus_miles_remark. 
- 
  
    
      #flight_miles  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute flight_miles. 
- 
  
    
      #flight_miles_remark  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute flight_miles_remark. 
- 
  
    
      #fop  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute fop. 
- 
  
    
      #fop_bonus  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute fop_bonus. 
- 
  
    
      #fop_bonus_remark  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute fop_bonus_remark. 
- 
  
    
      #fop_rate  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute fop_rate. 
- 
  
    
      #miles  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute miles. 
- 
  
    
      #standard_flight_miles  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute standard_flight_miles. 
Instance Attribute Details
#bonus_miles ⇒ Object
Returns the value of attribute bonus_miles
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def bonus_miles @bonus_miles end | 
#bonus_miles_remark ⇒ Object
Returns the value of attribute bonus_miles_remark
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def bonus_miles_remark @bonus_miles_remark end | 
#flight_miles ⇒ Object
Returns the value of attribute flight_miles
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def flight_miles @flight_miles end | 
#flight_miles_remark ⇒ Object
Returns the value of attribute flight_miles_remark
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def flight_miles_remark @flight_miles_remark end | 
#fop ⇒ Object
Returns the value of attribute fop
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def fop @fop end | 
#fop_bonus ⇒ Object
Returns the value of attribute fop_bonus
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def fop_bonus @fop_bonus end | 
#fop_bonus_remark ⇒ Object
Returns the value of attribute fop_bonus_remark
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def fop_bonus_remark @fop_bonus_remark end | 
#fop_rate ⇒ Object
Returns the value of attribute fop_rate
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def fop_rate @fop_rate end | 
#miles ⇒ Object
Returns the value of attribute miles
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def miles @miles end | 
#standard_flight_miles ⇒ Object
Returns the value of attribute standard_flight_miles
| 27 28 29 | # File 'lib/fop/client.rb', line 27 def standard_flight_miles @standard_flight_miles end |