Class: Xberg::CodeDataAttribute
- Inherits:
-
Object
- Object
- Xberg::CodeDataAttribute
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#byte_end ⇒ Integer
readonly
Returns the value of attribute byte_end.
-
#byte_start ⇒ Integer
readonly
Returns the value of attribute byte_start.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ CodeDataAttribute
constructor
A new instance of CodeDataAttribute.
Constructor Details
#initialize ⇒ CodeDataAttribute
Returns a new instance of CodeDataAttribute.
1292 |
# File 'sig/types.rbs', line 1292
def initialize: (name: String, value: String, byte_start: Integer, byte_end: Integer) -> void
|
Instance Attribute Details
#byte_end ⇒ Integer (readonly)
Returns the value of attribute byte_end.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def byte_end @byte_end end |
#byte_start ⇒ Integer (readonly)
Returns the value of attribute byte_start.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def byte_start @byte_start end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def name @name end |
#value ⇒ String (readonly)
Returns the value of attribute value.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def value @value end |