Class: UU::OS::Cast::CastSetAttributes
  
  
  
  
    - Inherits:
- 
      REST::DTO
      
        
          - Object
- REST::DTO
- UU::OS::Cast::CastSetAttributes
 show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/cast/cast_set_attributes.rb
Instance Attribute Summary (collapse)
  
  
  
  
  
  
  
  Method Summary
  
  Methods inherited from REST::DTO
  #initialize, #to_hash, #to_json
  Dynamic Method Handling
  
    This class handles dynamic methods through the method_missing method
    
      in the class UU::OS::REST::DTO
    
  
  
 
  
    Instance Attribute Details
    
      
      
      
  
  
    - (Object) casted_subject_uri 
  
  
  
  
    | 
11
12
13 | # File 'uu_os-0.29.16/lib/uu/os/cast/cast_set_attributes.rb', line 11
def casted_subject_uri
  @casted_subject_uri
end | 
 
    
      
      
      
  
  
    - (Object) date_to 
  
  
  
  
    | 
20
21
22 | # File 'uu_os-0.29.16/lib/uu/os/cast/cast_set_attributes.rb', line 20
def date_to
  @date_to
end | 
 
    
      
      
      
  
  
    - (Object) level 
  
  
  
  
    | 
14
15
16 | # File 'uu_os-0.29.16/lib/uu/os/cast/cast_set_attributes.rb', line 14
def level
  @level
end | 
 
    
      
      
      
  
  
    - (Object) primary 
  
  
  
  
    | 
17
18
19 | # File 'uu_os-0.29.16/lib/uu/os/cast/cast_set_attributes.rb', line 17
def primary
  @primary
end | 
 
    
      
      
      
  
  
    - (Object) state 
  
  
  
  
    | 
24
25
26 | # File 'uu_os-0.29.16/lib/uu/os/cast/cast_set_attributes.rb', line 24
def state
  @state
end | 
 
    
      
      
      
  
  
    - (Object) visible 
  
  
  
  
    | 
27
28
29 | # File 'uu_os-0.29.16/lib/uu/os/cast/cast_set_attributes.rb', line 27
def visible
  @visible
end |